Skip to content

Commit

Permalink
0.85 is ok for me locally but not on GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 14, 2024
1 parent 6cd780a commit 4ccb682
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 @@ -167,7 +167,7 @@ file comparators, endian transformation classes, and much more.
<commons.jacoco.methodRatio>0.90</commons.jacoco.methodRatio>
<commons.jacoco.branchRatio>0.86</commons.jacoco.branchRatio>
<commons.jacoco.lineRatio>0.90</commons.jacoco.lineRatio>
<commons.jacoco.complexityRatio>0.85</commons.jacoco.complexityRatio>
<commons.jacoco.complexityRatio>0.86</commons.jacoco.complexityRatio>
</properties>
<build>
<!-- japicmp:cmp needs package to work from a jar -->
Expand Down

0 comments on commit 4ccb682

Please sign in to comment.