Skip to content

Commit

Permalink
Update jacoco limits for inference module
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Jul 5, 2024
1 parent 040c2da commit 7d88f98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions commons-statistics-inference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
<!-- Workaround to avoid duplicating config files. -->
<statistics.parent.dir>${basedir}/..</statistics.parent.dir>
<statistics.jira.component>inference</statistics.jira.component>

<!-- Change from commons-parent of 1.0 as some illegal state cases cannot be reached -->
<commons.jacoco.instructionRatio>0.99</commons.jacoco.instructionRatio>
<commons.jacoco.branchRatio>0.99</commons.jacoco.branchRatio>
<commons.jacoco.lineRatio>0.99</commons.jacoco.lineRatio>
<commons.jacoco.complexityRatio>0.99</commons.jacoco.complexityRatio>
</properties>

<dependencies>
Expand Down

0 comments on commit 7d88f98

Please sign in to comment.