We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8471828 commit 95f4323Copy full SHA for 95f4323
Ix.NET/Source/CodeCoverage.runsettings
@@ -18,7 +18,7 @@ Included items must then not match any entries in the exclude list to remain inc
18
<!-- Match assembly file paths: -->
19
<ModulePaths>
20
<Include>
21
- <ModulePath>.*System\.Interactive.*\.dll$</ModulePath>
+ <ModulePath>.*System\.Interactive*\.dll$</ModulePath>
22
</Include>
23
<Exclude>
24
<ModulePath>.*Tests.*</ModulePath>
0 commit comments