Skip to content

Commit 1753023

Browse files
committed
Fix coverage.config
1 parent 10fce0d commit 1753023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/coverage.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Don't forget "Attribute" at the end of the name -->
88
<Attribute>^System\.CodeDom\.Compiler\.GeneratedCodeAttribute$</Attribute>
99
<Attribute>^System\.Diagnostics\.CodeAnalysis\.ExcludeFromCodeCoverageAttribute$</Attribute>
10+
<Attribute>^System\.Runtime\.CompilerServices\.CompilerGeneratedAttribute$</Attribute>
1011
</Exclude>
1112
</Attributes>
1213
</CodeCoverage>

0 commit comments

Comments
 (0)