1
0
mirror of https://github.com/kochetkov-ma/allure-server.git synced 2024-11-24 08:22:37 +02:00

remove pitest

This commit is contained in:
Maxim Kochetkov 2020-05-01 20:20:29 +03:00
parent 710e06ff4e
commit 8a87ce1ad9
2 changed files with 0 additions and 10 deletions

View File

@ -6,7 +6,6 @@ plugins {
id 'checkstyle'
id 'com.github.spotbugs' version '4.0.5'
id 'info.solidsoft.pitest' version '1.4.9'
id 'io.freefair.lombok' version '5.0.0'
id 'com.github.ben-manes.versions' version '0.28.0'

View File

@ -26,9 +26,6 @@ jacocoTestReport {
html.enabled true
}
}
check {
finalizedBy 'pitest'
}
jacocoTestCoverageVerification {
mustRunAfter jacocoTestReport
violationRules {
@ -38,10 +35,4 @@ jacocoTestCoverageVerification {
}
}
}
}
////// mutation testing //////
pitest {
verbose.set true
timestampedReports = false
outputFormats = ['XML', 'HTML']
}