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 08:45:36 UTC

[commons-statistics] branch master updated: 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-statistics.git


The following commit(s) were added to refs/heads/master by this push:
     new 15cad82  Fail build on coverage checks
15cad82 is described below

commit 15cad82ce9d7586912f33fd7db76a3714d911f17
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Jun 25 09:43:47 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index f1aa429..d947841 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,8 +105,7 @@
 
     <!-- Increase from commons-parent -->
     <commons.jacoco.methodRatio>1.00</commons.jacoco.methodRatio>
-    <!-- Set to true when coverage goals are achieved -->
-    <commons.jacoco.haltOnFailure>false</commons.jacoco.haltOnFailure>
+    <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
 
     <commons.site.path>statistics</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-statistics</commons.scmPubUrl>