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-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new 53c899f Set a (very low) baseline for JaCoCo checks
53c899f is described below
commit 53c899fe0943c551526df5daf1bec91808f0fd4b
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 9 14:24:48 2024 -0400
Set a (very low) baseline for JaCoCo checks
---
pom.xml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4893e7a..15c7ff6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,8 +137,16 @@
<commons.jira.id>DAEMON</commons.jira.id>
<commons.jira.pid>12310468</commons.jira.pid>
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+ <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
+ <!-- JaCoCo: Don't make code coverage worse than: -->
+ <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
+ <commons.jacoco.classRatio>0.12</commons.jacoco.classRatio>
+ <commons.jacoco.instructionRatio>0.00</commons.jacoco.instructionRatio>
+ <commons.jacoco.methodRatio>0.01</commons.jacoco.methodRatio>
+ <commons.jacoco.branchRatio>0.00</commons.jacoco.branchRatio>
+ <commons.jacoco.lineRatio>0.00</commons.jacoco.lineRatio>
+ <commons.jacoco.complexityRatio>0.00</commons.jacoco.complexityRatio>
</properties>
-
<profiles>
<!-- Customise the default ASF Commons release profile -->
<profile>