Skip to content

Commit

Permalink
Set the (low) bar for JaCoCo checks
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Apr 21, 2024
1 parent 8083fb5 commit f670f11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
<assertj.version>3.25.3</assertj.version>
<jna.version>5.14.0</jna.version>
<japicmp.skip>false</japicmp.skip>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
<commons.jacoco.classRatio>0.90</commons.jacoco.classRatio>
<commons.jacoco.instructionRatio>0.65</commons.jacoco.instructionRatio>
<commons.jacoco.methodRatio>0.70</commons.jacoco.methodRatio>
<commons.jacoco.branchRatio>0.58</commons.jacoco.branchRatio>
<commons.jacoco.lineRatio>0.68</commons.jacoco.lineRatio>
<commons.jacoco.complexityRatio>0.58</commons.jacoco.complexityRatio>
</properties>

<distributionManagement>
Expand Down

0 comments on commit f670f11

Please sign in to comment.