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:
parent
710e06ff4e
commit
8a87ce1ad9
@ -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'
|
||||
|
||||
|
@ -26,9 +26,6 @@ jacocoTestReport {
|
||||
html.enabled true
|
||||
}
|
||||
}
|
||||
check {
|
||||
finalizedBy 'pitest'
|
||||
}
|
||||
jacocoTestCoverageVerification {
|
||||
mustRunAfter jacocoTestReport
|
||||
violationRules {
|
||||
@ -39,9 +36,3 @@ jacocoTestCoverageVerification {
|
||||
}
|
||||
}
|
||||
}
|
||||
////// mutation testing //////
|
||||
pitest {
|
||||
verbose.set true
|
||||
timestampedReports = false
|
||||
outputFormats = ['XML', 'HTML']
|
||||
}
|
Loading…
Reference in New Issue
Block a user