Skip to content

Commit c6460ff

Browse files
Fix Stryker config
Fix Stryker configuration to properly allow for some slack.
1 parent 1ab1478 commit c6460ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/stryker-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"target-framework": "net7.0",
2222
"thresholds": {
2323
"high": 100,
24-
"low": 99
24+
"low": 100
2525
}
2626
}
2727
}

src/Polly.Core/Polly.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<ProjectType>Library</ProjectType>
10-
<MutationScore>100</MutationScore>
10+
<MutationScore>99</MutationScore>
1111
<LegacySupport>true</LegacySupport>
1212
<InjectSharedSources>true</InjectSharedSources>
1313
</PropertyGroup>

0 commit comments

Comments
 (0)