Skip to content

Commit

Permalink
Updated test runsettings for new fluentassertions version.
Browse files Browse the repository at this point in the history
- Fluentassertions dll has changed hames, so they were reported as not covered by code coverage.
  • Loading branch information
AndersAbel committed Oct 28, 2014
1 parent 0dddda9 commit dc101b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeCoverage.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Included items must then not match any entries in the exclude list to remain inc
<Exclude>
<ModulePath>.*tests\.dll</ModulePath>
<ModulePath>.*testhelpers\.dll</ModulePath>
<ModulePath>.*fluentassertions\.dll</ModulePath>
<ModulePath>.*fluentassertions.*\.dll</ModulePath>
</Exclude>
</ModulePaths>

Expand Down

0 comments on commit dc101b8

Please sign in to comment.