Skip to content

Commit

Permalink
DIAC-123 dropping mutation threshold to 85 (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilay913 authored Jun 20, 2024
1 parent 5113ba9 commit 4fd0687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ pitest {
timestampedReports = false
failWhenNoMutations = false
verbose = true
mutationThreshold = 90
mutationThreshold = 85
}

project.tasks['pitest'].group = "Verification"
Expand Down

0 comments on commit 4fd0687

Please sign in to comment.