Skip to content

Commit

Permalink
Exclude some references
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Mar 12, 2024
1 parent 094db46 commit 20890a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeCoverage.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<DataCollector friendlyName="XPlat code coverage">
<Configuration>
<Format>cobertura</Format>
<Exclude>[xunit.*]*,[*Tests]*,[*]Xunit.*</Exclude> <!-- [Assembly-Filter]Type-Filter -->
<Exclude>[xunit.*]*,[*Tests]*,[*]Xunit.*,[Verify]*,[EmptyFiles]*</Exclude> <!-- [Assembly-Filter]Type-Filter -->
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
<SingleHit>false</SingleHit>
</Configuration>
Expand Down

0 comments on commit 20890a4

Please sign in to comment.