Skip to content

Commit

Permalink
Add Microsoft Cross-Platform Code Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Jun 9, 2021
1 parent a3a48e8 commit cf375df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<PackageReference Include="coverlet.collector" PrivateAssets="All" Version="3.0.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeCoverage" Version="16.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Task("Test")
new DotNetCoreTestSettings()
{
Blame = true,
Collectors = new string[] { "XPlat Code Coverage" },
Collectors = new string[] { "Code Coverage", "XPlat Code Coverage" },
Configuration = configuration,
Loggers = new string[]
{
Expand Down

0 comments on commit cf375df

Please sign in to comment.