Skip to content

Commit c7b38b3

Browse files
committed
Update jacoco limits for root solver module
1 parent a143d53 commit c7b38b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

commons-numbers-rootfinder/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
<!-- Workaround to avoid duplicating config files. -->
4040
<numbers.parent.dir>${basedir}/..</numbers.parent.dir>
4141
<numbers.jira.component>rootfinder</numbers.jira.component>
42+
43+
<!-- Change from commons-parent of 1.0 as one floating-point edge case is not reached -->
44+
<commons.jacoco.branchRatio>0.98</commons.jacoco.branchRatio>
45+
<commons.jacoco.complexityRatio>0.96</commons.jacoco.complexityRatio>
4246
</properties>
4347

4448
</project>

0 commit comments

Comments
 (0)