forked from Djeda8/LogiFlow.Mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoverlet.runsettings
More file actions
14 lines (14 loc) · 1.07 KB
/
Copy pathcoverlet.runsettings
File metadata and controls
14 lines (14 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8" ?>
<RunSettings>
<DataCollectionRunSettings>
<DataCollectors>
<DataCollector friendlyName="XPlat code coverage">
<Configuration>
<Format>cobertura</Format>
<Exclude>[LogiFlow.Mobile]LogiFlow.Mobile.Views.*,[LogiFlow.Mobile]LogiFlow.Mobile.Platforms.*,[LogiFlow.Mobile]LogiFlow.Mobile.MauiProgram,[LogiFlow.Mobile]LogiFlow.Mobile.App,[LogiFlow.Mobile]LogiFlow.Mobile.AppShell,[LogiFlow.Mobile]LogiFlow.Mobile.Services.Implementations.NavigationWindowService,[LogiFlow.Mobile]LogiFlow.Mobile.Services.Implementations.FileSystemService,[LogiFlow.Mobile]LogiFlow.Mobile.Services.Implementations.PreferencesService,[LogiFlow.Mobile]LogiFlow.Mobile.Resources.Styles.*,[LogiFlow.Mobile]LogiFlow.Mobile.Resources.Languages.AppResources,[LogiFlow.Mobile]Microsoft.Maui.Controls.Generated.*,[LogiFlow.Mobile]__XamlGeneratedCode__.*</Exclude>
<ExcludeByAttribute>ExcludeFromCodeCoverage</ExcludeByAttribute>
</Configuration>
</DataCollector>
</DataCollectors>
</DataCollectionRunSettings>
</RunSettings>