-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoverlet.runsettings
More file actions
21 lines (21 loc) · 910 Bytes
/
Copy pathcoverlet.runsettings
File metadata and controls
21 lines (21 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<DataCollectionRunSettings>
<DataCollectors>
<DataCollector friendlyName="XPlat code coverage">
<Configuration>
<Format>cobertura,opencover</Format>
<!-- source-only coverage for QsNet assemblies -->
<Include>[QsNet]QsNet.*</Include>
<Include>[QsNet.AspNetCore]QsNet.AspNetCore.*</Include>
<Include>[QsNet.Flurl]QsNet.Flurl.*</Include>
<Include>[QsNet.Refit]QsNet.Refit.*</Include>
<Include>[QsNet.RestSharp]QsNet.RestSharp.*</Include>
<IncludeTestAssembly>false</IncludeTestAssembly>
<!-- exclude designer/auto-generated -->
<ExcludeByFile>**/*Designer.cs;**/*Generated*.cs;**/obj/**/RegexGenerator.g.cs</ExcludeByFile>
</Configuration>
</DataCollector>
</DataCollectors>
</DataCollectionRunSettings>
</RunSettings>