Skip to content

Commit

Permalink
Added coveralls collector to test project
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Nov 28, 2024
1 parent bb16523 commit e637897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MedicineTracker.Tests/MedicineTracker.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.12.6" />
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="1.4.0" />
<PackageReference Include="MSTest" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e637897

Please sign in to comment.