Skip to content

Commit

Permalink
Decrease code-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Jun 27, 2023
1 parent cd35a19 commit e70559f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Microsoft.Extensions.Http.Resilience</RootNamespace>
<Description>Resilience mechanisms for HTTP Client.</Description>
Expand All @@ -20,7 +20,7 @@

<PropertyGroup>
<Stage>normal</Stage>
<MinCodeCoverage>99</MinCodeCoverage>
<MinCodeCoverage>98</MinCodeCoverage>
<MinMutationScore>100</MinMutationScore>
</PropertyGroup>

Expand Down

0 comments on commit e70559f

Please sign in to comment.