Skip to content

jacoco-badge-generator, v1.2.1

Choose a tag to compare

@cicirello cicirello released this 11 Feb 14:08
· 575 commits to main since this release
cb463a3

[1.2.1] - 2-11-2021

Fixed

  • Corrected division by zero error in the case when there are either no instructions (e.g., running tests on an initially empty class) or no branches (e.g., no if statements or switch statements, etc). In such cases, badge generator will now compute 100% coverage (e.g., if there aren't any instructions to cover, your tests must have covered all 0 of the instructions).