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 35e0bbf1a0e9071e109e2956b351d66615200a14
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Fri Jul 5 10:46:48 2024 +0100

    Update jacoco limits for quaternion module
---
 commons-numbers-quaternion/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/commons-numbers-quaternion/pom.xml 
b/commons-numbers-quaternion/pom.xml
index 3fa10d5f..7aae02aa 100644
--- a/commons-numbers-quaternion/pom.xml
+++ b/commons-numbers-quaternion/pom.xml
@@ -39,6 +39,12 @@
     <!-- Workaround to avoid duplicating config files. -->
     <numbers.parent.dir>${basedir}/..</numbers.parent.dir>
     <numbers.jira.component>quaternion</numbers.jira.component>
+
+    <!-- Change from commons-parent of 1.0 as enumeration default cases cannot 
be reached -->
+    <commons.jacoco.instructionRatio>0.98</commons.jacoco.instructionRatio>
+    <commons.jacoco.branchRatio>0.93</commons.jacoco.branchRatio>
+    <commons.jacoco.lineRatio>0.97</commons.jacoco.lineRatio>
+    <commons.jacoco.complexityRatio>0.95</commons.jacoco.complexityRatio>
   </properties>
 
   <dependencies>

Reply via email to