Skip to content

Commit 9f51559

Browse files
Fix code coverage
1 parent af824b8 commit 9f51559

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

msbuild/props/SixLabors.Global.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
https://api.nuget.org/v3/index.json;
3333
https://www.myget.org/F/sixlabors/api/v3/index.json;
3434
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json;
35-
https://f.feedz.io/marcorossignoli/coverletunofficial/nuget/index.json;
3635
</RestoreSources>
3736
</PropertyGroup>
3837

msbuild/props/SixLabors.Tests.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="xunit" Version="2.4.1" IsImplicitlyDefined="true" />
2020

2121
<PackageReference Include="coverlet.collector"
22-
Version="3.0.0-preview.9"
22+
Version="3.0.2"
2323
PrivateAssets="All"
2424
IsImplicitlyDefined="true"
2525
Condition="'$(codecov)' == 'true'"/>

0 commit comments

Comments
 (0)