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-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new 6be067ef Set a baseline for JaCoCo checks
6be067ef is described below
commit 6be067ef62054fc0d16026d1e496401fda8e4688
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 8 15:52:15 2024 -0400
Set a baseline for JaCoCo checks
---
pom.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 567226ad..e39cf33e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,8 +66,15 @@
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/imaging</commons.distSvnStagingUrl>
<project.build.outputTimestamp>2024-04-18T14:55:29Z</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.77</commons.jacoco.instructionRatio>
+ <commons.jacoco.methodRatio>0.80</commons.jacoco.methodRatio>
+ <commons.jacoco.branchRatio>0.64</commons.jacoco.branchRatio>
+ <commons.jacoco.lineRatio>0.77</commons.jacoco.lineRatio>
+ <commons.jacoco.complexityRatio>0.60</commons.jacoco.complexityRatio>
</properties>
-
<scm>
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-imaging.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-imaging.git</developerConnection>