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:01:59 UTC

[commons-rng] 01/03: Fail build on coverage checks

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

    Fail build on coverage checks
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85118362..cc51e46b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
        depend on other packages. -->
     <commons.jxr.version>2.5</commons.jxr.version>
 
-    <commons.jacoco.haltOnFailure>false</commons.jacoco.haltOnFailure>
+    <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
 
     <commons.site.path>rng</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-rng</commons.scmPubUrl>