This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e272e69 Set the bar for JaCoCo checks
4e272e69 is described below

commit 4e272e69f0541dbcb73ee73a5c6e362a6904dbac
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Apr 16 16:46:05 2024 -0400

    Set the bar for JaCoCo checks
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9269e713..9ee96255 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,14 @@
     <commons.release.isDistModule>true</commons.release.isDistModule>
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     
<project.build.outputTimestamp>2024-03-20T20:54:04Z</project.build.outputTimestamp>
+    <!-- JaCoCo: Don't make code coverage worse than: -->
+    <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
+    <commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>
+    <commons.jacoco.instructionRatio>0.86</commons.jacoco.instructionRatio>
+    <commons.jacoco.methodRatio>0.90</commons.jacoco.methodRatio>
+    <commons.jacoco.branchRatio>0.82</commons.jacoco.branchRatio>
+    <commons.jacoco.lineRatio>0.88</commons.jacoco.lineRatio>
+    <commons.jacoco.complexityRatio>0.83</commons.jacoco.complexityRatio>
   </properties>
 
   <url>https://commons.apache.org/proper/commons-configuration/</url>

Reply via email to