We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087cb86 commit ecde1f5Copy full SHA for ecde1f5
spring-boot-3-demo-app-kotlin/build.gradle.kts
@@ -73,7 +73,7 @@ tasks {
73
limit {
74
counter = "INSTRUCTION"
75
value = "COVEREDRATIO"
76
- minimum = "0.92".toBigDecimal()
+ minimum = "0.90".toBigDecimal()
77
}
78
79
rule {
0 commit comments