Skip to content

Commit

Permalink
Set the bar for JaCoCo checks
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Apr 17, 2024
1 parent ab492c7 commit c94d3a4
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 @@ -162,6 +162,14 @@
<commons.bc.version>4.4</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<project.build.outputTimestamp>2024-04-02T19:45:41Z</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.85</commons.jacoco.instructionRatio>
<commons.jacoco.methodRatio>0.85</commons.jacoco.methodRatio>
<commons.jacoco.branchRatio>0.78</commons.jacoco.branchRatio>
<commons.jacoco.lineRatio>0.85</commons.jacoco.lineRatio>
<commons.jacoco.complexityRatio>0.78</commons.jacoco.complexityRatio>
</properties>

<build>
Expand Down

0 comments on commit c94d3a4

Please sign in to comment.