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


The following commit(s) were added to refs/heads/master by this push:
     new c94d3a406 Set the bar for JaCoCo checks
     new 720c9e5c9 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-collections.git
c94d3a406 is described below

commit c94d3a4061b30b6c57901f995681ff0a34a82008
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Apr 17 09:01:22 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 fa20e7748..0c3eb1767 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,14 @@
     <commons.bc.version>4.4</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     
<project.build.outputTimestamp>2024-04-02T19:45:41Z</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.85</commons.jacoco.instructionRatio>
+    <commons.jacoco.methodRatio>0.85</commons.jacoco.methodRatio>
+    <commons.jacoco.branchRatio>0.78</commons.jacoco.branchRatio>
+    <commons.jacoco.lineRatio>0.85</commons.jacoco.lineRatio>
+    <commons.jacoco.complexityRatio>0.78</commons.jacoco.complexityRatio>
   </properties>
 
   <build>

Reply via email to