Skip to content

Commit fa44268

Browse files
committed
Use ExcludeAssembliesWithoutSources
See microsoft/codecoverage#12 (comment)
1 parent 8e29c92 commit fa44268

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tests/coverage.runsettings.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@
77
<CoverageFileName>coverage.cobertura.xml</CoverageFileName>
88
<Format>cobertura</Format>
99
<IncludeTestAssembly>false</IncludeTestAssembly>
10-
<CodeCoverage>
11-
<ModulePaths>
12-
<Exclude>
13-
<ModulePath>Argon</ModulePath>
14-
<ModulePath>DiffEngine</ModulePath>
15-
<ModulePath>EmptyFiles</ModulePath>
16-
<ModulePath>PublicApiGenerator</ModulePath>
17-
</Exclude>
18-
</ModulePaths>
19-
</CodeCoverage>
10+
<ExcludeAssembliesWithoutSources>MissingAll</ExcludeAssembliesWithoutSources>
2011
</Configuration>
2112
</DataCollector>
2213
</DataCollectors>

0 commit comments

Comments
 (0)