Skip to content

Commit 0dde981

Browse files
committed
Add coverlet.runsettings
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 7a7a835 commit 0dde981

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/coverlet.runsettings

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<RunSettings>
3+
<DataCollectionRunSettings>
4+
<DataCollectors>
5+
<DataCollector friendlyName="XPlat code coverage">
6+
<Configuration>
7+
<Format>opencover</Format>
8+
<Exclude>[coverlet.*.tests?]*,[*]Coverlet.Core*,[xunit.*]*,[Grpc.Core*]*,[System.*]*,[Microsoft.*]*,[Integration.Test.*]*</Exclude>
9+
<Include></Include>
10+
<ExcludeByAttribute></ExcludeByAttribute>
11+
<ExcludeByFile></ExcludeByFile> <!-- Globbing filter -->
12+
<IncludeDirectory></IncludeDirectory>
13+
<SingleHit>false</SingleHit>
14+
<UseSourceLink>true</UseSourceLink>
15+
<IncludeTestAssembly>true</IncludeTestAssembly>
16+
<SkipAutoProps>true</SkipAutoProps>
17+
</Configuration>
18+
</DataCollector>
19+
</DataCollectors>
20+
</DataCollectionRunSettings>
21+
</RunSettings>

0 commit comments

Comments
 (0)