add withChecks into pipeline
Some checks failed
test-coverage / build occurred while executing withChecks step.

This commit is contained in:
bQUARKz 2025-02-19 15:53:23 +00:00
parent 407bc6311c
commit 260354a009

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.*")