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-rng.git

commit 751267a660a6df02012b74f53739ec86d7990f47
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Wed Jul 3 15:01:55 2024 +0100

    Update jacoco coverage rules for simple module
---
 commons-rng-simple/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml
index cd39b826..d38468f0 100644
--- a/commons-rng-simple/pom.xml
+++ b/commons-rng-simple/pom.xml
@@ -42,6 +42,10 @@
     <!-- Java 9+ -->
     <commons.module.name>org.apache.commons.rng.simple</commons.module.name>
     <rng.jira.component>simple</rng.jira.component>
+
+    <!-- Change from commons-parent of 1.0 as some illegal state cases cannot 
be reached -->
+    <commons.jacoco.instructionRatio>0.99</commons.jacoco.instructionRatio>
+    <commons.jacoco.lineRatio>0.99</commons.jacoco.lineRatio>
   </properties>
 
   <dependencies>

Reply via email to