Skip to content

Commit b757d1f

Browse files
committed
Increase jacoco coverage limits
1 parent 4e3ea7e commit b757d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons-statistics-ranking/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<!-- Change from commons-parent of 1.0 as some illegal state cases cannot be reached -->
4545
<commons.jacoco.instructionRatio>0.98</commons.jacoco.instructionRatio>
4646
<commons.jacoco.branchRatio>0.96</commons.jacoco.branchRatio>
47-
<commons.jacoco.lineRatio>0.98</commons.jacoco.lineRatio>
47+
<commons.jacoco.lineRatio>0.99</commons.jacoco.lineRatio>
4848
<commons.jacoco.complexityRatio>0.96</commons.jacoco.complexityRatio>
4949
</properties>
5050

0 commit comments

Comments
 (0)