Skip to content

Commit

Permalink
fix: RDCC-4948 Altered the mutation threshold (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
SujeethKumarAri authored Jun 24, 2022
1 parent 0733ca7 commit fc87887
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 @@ -243,7 +243,7 @@ pitest {
historyOutputLocation = 'build/reports/pitest/fastermutationtestingoutput'
outputFormats = ['XML', 'HTML']
timestampedReports = false
mutationThreshold = 80
mutationThreshold = 75
useClasspathFile = true
}

Expand Down

0 comments on commit fc87887

Please sign in to comment.