Skip to content

jacoco-badge-generator, v2.2.0

Choose a tag to compare

@cicirello cicirello released this 08 May 18:06
· 449 commits to main since this release
f75fcc1

[2.2.0] - 2021-5-8

Added

  • A new optional input, fail-if-coverage-less-than, that
    enables failing the workflow run if coverage is below a
    user specified minimum.
  • A new optional input, fail-if-branches-less-than, that
    enables failing the workflow run if branches coverage is below a
    user specified minimum.
  • A new optional input, fail-on-coverage-decrease, that enables
    failing the workflow run if coverage decreased relative to previous run.
  • A new optional input, fail-on-branches-decrease, that enables
    failing the workflow run if branches coverage decreased relative to previous run.