fix/pipeline #21
@ -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.*")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user