Skip to content

Commit

Permalink
Set Jacoco defaults to 1.00
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 11, 2024
1 parent 379aa79 commit 3cced6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 3cced6b

Please sign in to comment.