Skip to content

Commit

Permalink
use sources instead of modulepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 4, 2024
1 parent 1351452 commit e3a6ff9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions csharp/msbuild/coverage.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
assemblyQualifiedName="Microsoft.VisualStudio.Coverage.DynamicCoverageDataCollector, Microsoft.VisualStudio.TraceCollector, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Configuration>
<CodeCoverage>
<ModulePaths>
<Sources>
<Include>
<ModulePath>.*\.dll$</ModulePath>
<ModulePath>.*\.exe$</ModulePath>
<Source>.*/src/.*</Source>
</Include>
<Exclude>
<ModulePath>.*/generated/.*</ModulePath>
<Source>.*/generated/.*</Source>
</Exclude>
</ModulePaths>
</Sources>
</CodeCoverage>
</Configuration>
</DataCollector>
Expand Down

0 comments on commit e3a6ff9

Please sign in to comment.