Skip to content

Commit

Permalink
Merge pull request #352 from hmcts/RDCC-3166
Browse files Browse the repository at this point in the history
  • Loading branch information
ishratt authored Aug 12, 2021
2 parents c26922d + 0ea97c0 commit 6ab52ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jacocoTestReport {

pitest {
targetClasses = ['uk.gov.hmcts.reform.*']
testSourceSets = [sourceSets.integrationTest, sourceSets.test]
testSourceSets = [sourceSets.test]
excludedClasses = [
'uk.gov.hmcts.reform.cwrdapi.config.*',
'uk.gov.hmcts.reform.cwrdapi.controllers.*',
Expand All @@ -270,7 +270,7 @@ pitest {
historyOutputLocation = 'build/reports/pitest/fastermutationtestingoutput'
outputFormats = ['XML', 'HTML']
timestampedReports = true
mutationThreshold = 90
mutationThreshold = 80
}


Expand Down

0 comments on commit 6ab52ae

Please sign in to comment.