Skip to content

Commit eba4f1f

Browse files
Updated branch coverage percent
1 parent 8904022 commit eba4f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/commons/jacoco.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jacocoTestCoverageVerification {
3030
// 100% branch coverage is a critical goal for reliability.
3131
counter = 'BRANCH'
3232
value = 'COVEREDRATIO'
33-
minimum = 1.00 // Require 100% branch coverage.
33+
minimum = 0.80 // Require 80% branch coverage.
3434
}
3535

3636
limit {

0 commit comments

Comments
 (0)