We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a143d53 commit c7b38b3Copy full SHA for c7b38b3
commons-numbers-rootfinder/pom.xml
@@ -39,6 +39,10 @@
39
<!-- Workaround to avoid duplicating config files. -->
40
<numbers.parent.dir>${basedir}/..</numbers.parent.dir>
41
<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>
46
</properties>
47
48
</project>
0 commit comments