This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit c7b38b3f5f595be83adf9fa557b0af021b5ebb9f
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Fri Jul 5 15:01:27 2024 +0100

    Update jacoco limits for root solver module
---
 commons-numbers-rootfinder/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/commons-numbers-rootfinder/pom.xml 
b/commons-numbers-rootfinder/pom.xml
index 01b5ccec..8765f321 100644
--- a/commons-numbers-rootfinder/pom.xml
+++ b/commons-numbers-rootfinder/pom.xml
@@ -39,6 +39,10 @@
     <!-- Workaround to avoid duplicating config files. -->
     <numbers.parent.dir>${basedir}/..</numbers.parent.dir>
     <numbers.jira.component>rootfinder</numbers.jira.component>
+
+    <!-- Change from commons-parent of 1.0 as one floating-point edge case is 
not reached -->
+    <commons.jacoco.branchRatio>0.98</commons.jacoco.branchRatio>
+    <commons.jacoco.complexityRatio>0.96</commons.jacoco.complexityRatio>
   </properties>
 
 </project>

Reply via email to