You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[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.