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


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

commit 57e4f12edd9d10c556b77543a47857f5e68f80af
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 12 10:56:26 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 7360f3d2..d7b1bda3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,14 @@ limitations under the License.
     <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-02-08T21:29:14Z</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.97</commons.jacoco.instructionRatio>
+    <commons.jacoco.methodRatio>0.93</commons.jacoco.methodRatio>
+    <commons.jacoco.branchRatio>0.92</commons.jacoco.branchRatio>
+    <commons.jacoco.complexityRatio>0.90</commons.jacoco.complexityRatio>
+    <commons.jacoco.lineRatio>0.95</commons.jacoco.lineRatio>    
   </properties>
   <build>
     <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check 
javadoc:javadoc</defaultGoal>

Reply via email to