Skip to content

Commit

Permalink
fix threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed Feb 13, 2024
1 parent 8209598 commit c7c8401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pickhardt-payments/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks.named("pitest") {
}

pitest {
testStrengthThreshold.set(98)
testStrengthThreshold.set(97)
}

tasks.jacocoTestCoverageVerification {
Expand Down

0 comments on commit c7c8401

Please sign in to comment.