We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fce0d commit 1753023Copy full SHA for 1753023
dotnet/coverage.config
@@ -7,6 +7,7 @@
7
<!-- Don't forget "Attribute" at the end of the name -->
8
<Attribute>^System\.CodeDom\.Compiler\.GeneratedCodeAttribute$</Attribute>
9
<Attribute>^System\.Diagnostics\.CodeAnalysis\.ExcludeFromCodeCoverageAttribute$</Attribute>
10
+ <Attribute>^System\.Runtime\.CompilerServices\.CompilerGeneratedAttribute$</Attribute>
11
</Exclude>
12
</Attributes>
13
</CodeCoverage>
0 commit comments