Skip to content

Commit

Permalink
Remove ExcludeByAttribute
Browse files Browse the repository at this point in the history
This is set automatically, so it doesn't need to be specified.
  • Loading branch information
martincostello committed Jul 13, 2023
1 parent af95691 commit f0e2c33
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<CoverletOutput>$([System.IO.Path]::Combine($(OutputPath), 'coverage', 'coverage'))</CoverletOutput>
<CoverletOutputFormat>cobertura,json</CoverletOutputFormat>
<Exclude>[Amazon.Lambda*]*,[MathsFunctions*]*,[MinimalApi*]*,[xunit.*]*</Exclude>
<ExcludeByAttribute>System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute</ExcludeByAttribute>
<Threshold>84</Threshold>
</PropertyGroup>
</Project>

0 comments on commit f0e2c33

Please sign in to comment.