Skip to content

Commit

Permalink
Add coverlet.collector for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhg committed Feb 3, 2022
1 parent d556e61 commit 8a63512
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

<ItemGroup>
<!-- AsyncInterfaces reference is required because ODL uses IAsyncDisposable -->
<PackageReference Include="coverlet.collector" Version="3.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.OData.ModelBuilder" Version="1.0.8" />
Expand Down

0 comments on commit 8a63512

Please sign in to comment.