Skip to content

Commit

Permalink
[BUGFIX] [CONFIG] Coverlet coverage calculation fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Diaz committed May 13, 2024
1 parent 078effa commit 11dcaba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<CollectCoverage>true</CollectCoverage>
<CoverletOutputFormat>lcov,opencover</CoverletOutputFormat>
<IncludeTestAssembly>true</IncludeTestAssembly>
<ExcludeByAttribute>TestSDKAutoGeneratedCode</ExcludeByAttribute>

<!-- Static Analysis -->
<EnableNETAnalyzers>true</EnableNETAnalyzers>
Expand Down

0 comments on commit 11dcaba

Please sign in to comment.