fix/pipeline #20

Closed
bquarkz wants to merge 19 commits from fix/pipeline into master
Showing only changes of commit 260354a009 - Show all commits

View File

@ -50,12 +50,12 @@ tasks.jacocoTestCoverageVerification {
violationRules {
rule {
limit {
minimum = "0.4".toBigDecimal()
minimum = "0.9".toBigDecimal()
}
}
rule {
isEnabled = true
isEnabled = false
element = "CLASS"
includes = listOf("jenkins.test.*")