Skip to content

Commit 95f4323

Browse files
author
Oren Novotny
committed
Fix code coverage
1 parent 8471828 commit 95f4323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ix.NET/Source/CodeCoverage.runsettings

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Included items must then not match any entries in the exclude list to remain inc
1818
<!-- Match assembly file paths: -->
1919
<ModulePaths>
2020
<Include>
21-
<ModulePath>.*System\.Interactive.*\.dll$</ModulePath>
21+
<ModulePath>.*System\.Interactive*\.dll$</ModulePath>
2222
</Include>
2323
<Exclude>
2424
<ModulePath>.*Tests.*</ModulePath>

0 commit comments

Comments
 (0)