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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 3cced6b Set Jacoco defaults to 1.00 3cced6b is described below commit 3cced6b1be4bec0a76eeabbb754e35f62433cbd2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 11 10:14:29 2024 -0400 Set Jacoco defaults to 1.00 --- pom.xml | 14 +++++++------- src/changes/changes.xml | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 148f3f6..e0f06b6 100644 --- a/pom.xml +++ b/pom.xml @@ -213,14 +213,14 @@ <commons.release.4.desc /> <commons.release.4.binary.suffix>-bin</commons.release.4.binary.suffix> - <!-- Default values for the jacoco-maven-plugin reports --> - <commons.jacoco.classRatio>1.00</commons.jacoco.classRatio> - <commons.jacoco.instructionRatio>0.90</commons.jacoco.instructionRatio> - <commons.jacoco.methodRatio>0.95</commons.jacoco.methodRatio> - <commons.jacoco.branchRatio>0.85</commons.jacoco.branchRatio> - <commons.jacoco.complexityRatio>0.85</commons.jacoco.complexityRatio> - <commons.jacoco.lineRatio>0.90</commons.jacoco.lineRatio> + <!-- Default values for jacoco-maven-plugin --> <commons.jacoco.haltOnFailure>false</commons.jacoco.haltOnFailure> + <commons.jacoco.classRatio>1.00</commons.jacoco.classRatio> + <commons.jacoco.instructionRatio>1.00</commons.jacoco.instructionRatio> + <commons.jacoco.methodRatio>1.00</commons.jacoco.methodRatio> + <commons.jacoco.branchRatio>1.00</commons.jacoco.branchRatio> + <commons.jacoco.lineRatio>1.00</commons.jacoco.lineRatio> + <commons.jacoco.complexityRatio>1.00</commons.jacoco.complexityRatio> <!-- The Commons component id is used on the distribution server, for example: - Use dbcp instead of dbcp2. diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e276ded..e8d0840 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add JMH to dependency management section.</action> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Set Javadoc link to latest Java API LTS version.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Set Jacoco defaults to 1.00.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.16.0 on Java 11 and up.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 #392.</action>