fix/pipeline #18

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

View File

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