Skip to content

Commit 5104d2d

Browse files
Add configuration for ArcMutate GitHub gradle plugin to delete old summaries when mutation testing is rerun against a GitHub PR. (#984)
1 parent 68bb034 commit 5104d2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

service/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ pitest {
160160
threads = project.getGradle().getStartParameter().getMaxWorkerCount()
161161
}
162162

163+
pitestGithub {
164+
deleteOldSummaries = true
165+
}
166+
163167
bootJar {
164168
exclude("**/TransformJsonToXml*")
165169
}

0 commit comments

Comments
 (0)