Skip to content

Commit

Permalink
Add coverlet to test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Nov 10, 2019
1 parent 19556d7 commit 4082336
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/LibYear.Lib.Tests/LibYear.Lib.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="2.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="NSubstitute" Version="4.2.1" />
<PackageReference Include="NuGet.Protocol.Core.Types" Version="4.2.0" />
Expand Down
4 changes: 4 additions & 0 deletions test/LibYear.Tests/LibYear.App.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="2.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="NSubstitute" Version="4.2.1" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down

0 comments on commit 4082336

Please sign in to comment.