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 3ffd97a commit 20a0765Copy full SHA for 20a0765
server/core/build.gradle.kts
@@ -76,7 +76,7 @@ tasks.jacocoTestCoverageVerification {
76
violationRules {
77
rule {
78
limit {
79
- minimum = BigDecimal.valueOf(0.66)
+ minimum = BigDecimal.valueOf(0.72)
80
}
81
82
server/persistence/memory/build.gradle.kts
@@ -32,20 +32,4 @@ tasks.withType<JavaCompile> {
32
options.compilerArgs.add("-parameters")
33
34
35
-// endregion
36
-
37
-// region code coverage
38
39
-tasks.jacocoTestCoverageVerification {
40
- if (!isWindowsBuild()) {
41
- violationRules {
42
- rule {
43
- limit {
44
- minimum = BigDecimal.valueOf(0.63)
45
- }
46
47
48
49
-}
50
51
// endregion
0 commit comments