Skip to content

Commit

Permalink
Fix runsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Oct 5, 2018
1 parent c39c3e4 commit bb722e9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions CodeCoverage.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ Included items must then not match any entries in the exclude list to remain inc
<!-- Match assembly file paths: -->
<ModulePaths>
<Include>
<!-- Matches full, lowercase path. First ensure we're in the test directory, to avoid
"sustainsys.saml2" matching the repo directory. Then select the right files.-->
<ModulePath>.*tests.*sustainsys.saml2.*</ModulePath>
</Include>
<Exclude>
<ModulePath>.*tests.*\.dll</ModulePath>
<ModulePath>.*testhelpers\.dll</ModulePath>
<ModulePath>.*fluentassertions.*\.dll</ModulePath>
<ModulePath>*Microsoft.IdentityModel.*</ModulePath>
</Exclude>
<Exclude />
</ModulePaths>

<!-- Match attributes on any code element: -->
Expand Down

0 comments on commit bb722e9

Please sign in to comment.