Skip to content

Commit

Permalink
Do not ignore CompilerGeneratedAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Nov 25, 2020
1 parent a53644f commit 4d66254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/CodeCoverage.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DataCollector friendlyName="XPlat code coverage">
<Configuration>
<Format>cobertura</Format>
<ExcludeByAttribute>CompilerGeneratedAttribute,ExcludeFromCodeCoverage,GeneratedCodeAttribute,Obsolete</ExcludeByAttribute>
<ExcludeByAttribute>ExcludeFromCodeCoverage,GeneratedCodeAttribute,Obsolete</ExcludeByAttribute>
<SingleHit>false</SingleHit>
<IncludeTestAssembly>false</IncludeTestAssembly>
<SkipAutoProps>true</SkipAutoProps>
Expand Down

0 comments on commit 4d66254

Please sign in to comment.