Skip to content

Commit

Permalink
chore: add coverlet collector
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzzerd committed Jan 8, 2025
1 parent f1b2156 commit da05a9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/FMData.Rest.Tests/FMData.Rest.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
<PackageReference Include="xunit.runner.console" Version="2.9.2" />
<PackageReference Include="coverlet.collector" Version="6.0.3" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.console" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions tests/FMData.Xml.Tests/FMData.Xml.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
<PackageReference Include="coverlet.collector" Version="6.0.3" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.console" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
Expand Down

0 comments on commit da05a9b

Please sign in to comment.