Skip to content

Commit

Permalink
Merge pull request #1 from davewalker5/davewalker5-patch-1
Browse files Browse the repository at this point in the history
Add reference to Coverlet for coverage measurement
  • Loading branch information
davewalker5 authored Oct 3, 2023
2 parents 2c032e1 + 3072015 commit ea6875d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/MusicCatalogue.Tests/MusicCatalogue.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
Expand Down

0 comments on commit ea6875d

Please sign in to comment.