Skip to content

Commit

Permalink
Fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jul 3, 2018
1 parent 8471828 commit 95f4323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ix.NET/Source/CodeCoverage.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Included items must then not match any entries in the exclude list to remain inc
<!-- Match assembly file paths: -->
<ModulePaths>
<Include>
<ModulePath>.*System\.Interactive.*\.dll$</ModulePath>
<ModulePath>.*System\.Interactive*\.dll$</ModulePath>
</Include>
<Exclude>
<ModulePath>.*Tests.*</ModulePath>
Expand Down

0 comments on commit 95f4323

Please sign in to comment.