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


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

commit 581bbf867512f42a23bd198df2b6cd392cb5a83b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Apr 13 20:02:36 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 f582a74f..5cd79236 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,14 @@
     <commons.bc.version>2.0.0-SNAPSHOT</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+    <!-- JaCoCo: Don't make code coverage worse than: -->
+    <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
+    <commons.jacoco.classRatio>0.95</commons.jacoco.classRatio>
+    <commons.jacoco.instructionRatio>0.70</commons.jacoco.instructionRatio>
+    <commons.jacoco.methodRatio>0.77</commons.jacoco.methodRatio>
+    <commons.jacoco.branchRatio>0.67</commons.jacoco.branchRatio>
+    <commons.jacoco.complexityRatio>0.61</commons.jacoco.complexityRatio>
+    <commons.jacoco.lineRatio>0.73</commons.jacoco.lineRatio>
   </properties>
 
   <issueManagement>

Reply via email to