Skip to content

Commit

Permalink
Fix missing coverage configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed Jul 30, 2023
1 parent 7e562b2 commit c8fcdbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Coverlet.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<Configuration>
<Format>opencover</Format>
<ExcludeByAttribute>GeneratedCodeAttribute,TestSDKAutoGeneratedCode</ExcludeByAttribute>
<IncludeDirectory>bin\Debug\netcoreapp3.1\deps</IncludeDirectory>
<IncludeDirectory>bin\Release\netcoreapp3.1\deps</IncludeDirectory>
</Configuration>
</DataCollector>
</DataCollectors>
Expand Down

0 comments on commit c8fcdbc

Please sign in to comment.