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 18b9ea4 commit 6ba99a7Copy full SHA for 6ba99a7
Ix.NET/Source/CodeCoverage.runsettings
@@ -21,7 +21,7 @@ Included items must then not match any entries in the exclude list to remain inc
21
<ModulePath>.*Interactive.*</ModulePath>
22
</Include>
23
<Exclude>
24
- <ModulePath>.*Tests.*</ModulePath>
+ <ModulePath>.*Tests.dll$</ModulePath>
25
</Exclude>
26
</ModulePaths>
27
0 commit comments