Skip to content

jacoco-badge-generator, v2.6.0

Compare
Choose a tag to compare
@cicirello cicirello released this 17 Feb 21:59
· 299 commits to main since this release
7675fff

[2.6.0] - 2022-02-17

Added

  • Option to specify custom labels for the left side of the badges controlled
    by the new inputs coverage-label and branches-label.

Changed

  • Left-side text width and position calculated rather than hard-coded to
    width of "coverage" and "branches".
  • Changed Dockerfile to pull base image from GitHub Container Registry, assuming
    within GitHub Actions likely faster to pull from GitHub rather than Docker Hub.
  • Repository reorganized to move Python source code to a new src directory.