We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0abf05 commit c5847a5Copy full SHA for c5847a5
tests/coverage.runsettings.xml
@@ -7,16 +7,7 @@
7
<CoverageFileName>coverage.cobertura.xml</CoverageFileName>
8
<Format>cobertura</Format>
9
<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>
+ <ExcludeAssembliesWithoutSources>MissingAll</ExcludeAssembliesWithoutSources>
20
</Configuration>
21
</DataCollector>
22
</DataCollectors>
0 commit comments