Skip to content

Commit

Permalink
Adjust coverage threshold
Browse files Browse the repository at this point in the history
Reduce the coverage threshold to account for the flaky coverage drop until we find it and fix it.
  • Loading branch information
martincostello authored and martintmk committed Aug 7, 2023
1 parent 7e6e615 commit 42e2544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Polly.Core.Tests/Polly.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('Windows'))">$(TargetFrameworks);net481</TargetFrameworks>
<ProjectType>Test</ProjectType>
<Nullable>enable</Nullable>
<Threshold>100</Threshold>
<!-- TODO Change this back to 100 once we find the mysterious flaky missing branch/line -->
<Threshold>99.75</Threshold>
<NoWarn>$(NoWarn);SA1600;SA1204;SA1602;S6608</NoWarn>
<Include>[Polly.Core]*</Include>
</PropertyGroup>
Expand Down

0 comments on commit 42e2544

Please sign in to comment.