Skip to content

jacoco-badge-generator, v2.5.0

Choose a tag to compare

@cicirello cicirello released this 11 Nov 20:40
· 344 commits to main since this release
cae0608

[2.5.0] - 2021-11-11

Added

  • Option to generate a simple JSON summary report containing the coverage
    and branches coverage values as double-precision floating-point values.
    This may be useful as input to other tools. Additionally, if used in
    combination with the existing fail-on-coverage-decrease and/or
    fail-on-branches-decrease features, those checks will be more accurate.
    This new feature is controlled by a pair of new inputs generate-summary
    and summary-filename. This feature is disabled by default.