Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 4, 2024
1 parent 3eb518f commit 75a5784
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions csharp/msbuild/coverage.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,22 @@
<Configuration>
<CodeCoverage>
<ModulePaths>
<IncludeDirectories>
<Directory Recursive="true">src/lib</Directory>
<Directory Recursive="true">src/bin</Directory>
</IncludeDirectories>
<Include>
<ModulePath>.*\.dll$</ModulePath>
<ModulePath>.*\.exe$</ModulePath>
</Include>
<Exclude>
<ModulePath>.*client.*</ModulePath>
<ModulePath>.*server.*</ModulePath>
<ModulePath>.*serveramd.*</ModulePath>
<ModulePath>.*Plugin.*</ModulePath>
<ModulePath>.*user.*</ModulePath>
</Exclude>
</ModulePaths>
<UseVerifiableInstrumentation>true</UseVerifiableInstrumentation>
<AllowLowIntegrityProcesses>true</AllowLowIntegrityProcesses>
<CollectFromChildProcesses>true</CollectFromChildProcesses>
<CollectAspDotNet>false</CollectAspDotNet>
</CodeCoverage>
</Configuration>
</DataCollector>
Expand Down

0 comments on commit 75a5784

Please sign in to comment.