Skip to content

Commit 21b4bd3

Browse files
committed
changing coverage requirements
1 parent 9919f1e commit 21b4bd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jacocoTestCoverageVerification {
3636
violationRules {
3737
rule {
3838
limit {
39-
minimum = 0.8
39+
minimum = 0.7
4040
}
4141
limit {
4242
counter = 'BRANCH'
43-
minimum = 0.88
43+
minimum = 0.87
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)