Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 4, 2024
1 parent cc6723e commit c3ecab2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions csharp/msbuild/coverage.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
<CodeCoverage>
<ModulePaths>
<Include>
<ModulePath>.*\.dll$</ModulePath>
<ModulePath>.*\.exe$</ModulePath>
<ModulePath>.*\.dll$</ModulePath>
<ModulePath>.*\.exe$</ModulePath>
</Include>
<Exclude>
<ModulePath>.*client.*</ModulePath>
<ModulePath>.*server.*</ModulePath>
<ModulePath>.*serveramd.*</ModulePath>
<ModulePath>.*Plugin.*</ModulePath>
<ModulePath>.*user.*</ModulePath>
<ModulePath>.*/test/.*</ModulePath>
<ModulePath>.*/generated/.*</ModulePath>
</Exclude>
</ModulePaths>
<UseVerifiableInstrumentation>true</UseVerifiableInstrumentation>
Expand Down

0 comments on commit c3ecab2

Please sign in to comment.