You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/06/25 09:02:00 UTC

[commons-rng] 02/03: Increase jacoco method ratio to 1.00

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 5518bd000ccce8b797e91aeef59be3473aab216e
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Jun 25 09:48:18 2022 +0100

    Increase jacoco method ratio to 1.00
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index cc51e46b..393954bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,8 @@
        depend on other packages. -->
     <commons.jxr.version>2.5</commons.jxr.version>
 
+    <!-- Increase from commons-parent -->
+    <commons.jacoco.methodRatio>1.00</commons.jacoco.methodRatio>
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
 
     <commons.site.path>rng</commons.site.path>