Skip to content

jacoco-badge-generator, v1.2.0

Choose a tag to compare

@cicirello cicirello released this 08 Feb 21:46
· 579 commits to main since this release
4444c11

[1.2.0] - 2-8-2021

Added

  • Generation of a branches coverage badge (in addition to the existing overall coverage badge).
  • Inputs for finer grained control over the behavior of the action (e.g., for controlling name and locations of generated badges, as well as for controlling which badges are generated). The default values for all of the new inputs are consistent with the behavior of the previous release.

Deprecated

  • The jacoco-badge-file input is deprecated. In this release it still functions as in prior releases, but it will be removed in the next release. Users of the action should instead use the combination of the new inputs badges-directory and coverage-badge-filename. This change was made to simplify configuration of badge file names now that the action generates multiple badges.