Skip to content

Commit

Permalink
JaCoCo on Java 9 is different from other versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Apr 21, 2024
1 parent fd77840 commit 2413661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
<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.59</commons.jacoco.branchRatio>
<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>
Expand Down

0 comments on commit 2413661

Please sign in to comment.