Skip to content

jacoco-badge-generator, v2.12.0

Latest
Compare
Choose a tag to compare
@cicirello cicirello released this 20 May 19:39
188d0c9

[2.12.0] - 2025-05-20

Added

  • Added inputs for disabling failure on decrease when coverage is above a specified limit:
    • coverage-decrease-limit: Overrides fail-on-coverage-decrease when coverage is at least this limit
    • branches-decrease-limit: Overrides fail-on-branches-decrease when branches coverage is at least this limit

Dependencies

  • Bump cicirello/pyaction from 4.23.0 to 4.33.0, including upgrading Python to 3.13 within the Docker container of the action.

CI/CD

  • Bump Python to 3.13 in CI/CD workflows when running unit tests.
  • Matrix testing for Python versions 3.8 through 3.13 for unit tests.
  • Matrix testing the CLI mode for Python versions 3.8 through 3.13.