Skip to content

Commit 39514b8

Browse files
committed
Adding dependencies to coverlet.msbuild to produce coverage information for some suites
1 parent 98687ea commit 39514b8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/Deveel.Webhooks.MongoDb.XUnit/Deveel.Webhooks.MongoDb.XUnit.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13+
<PackageReference Include="coverlet.msbuild" Version="3.2.0">
14+
<PrivateAssets>all</PrivateAssets>
15+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16+
</PackageReference>
1317
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
1418
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
1519
<PackageReference Include="Mongo2Go" Version="3.1.3" />

test/Deveel.Webhooks.Sender.XUnit/Deveel.Webhooks.Sender.XUnit.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13+
<PackageReference Include="coverlet.msbuild" Version="3.2.0">
14+
<PrivateAssets>all</PrivateAssets>
15+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16+
</PackageReference>
1317
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
1418
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
1519
<PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" />

0 commit comments

Comments
 (0)