chore(deps): update cicirello/jacoco-badge-generator action to v2 #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.0
->v2.11.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cicirello/jacoco-badge-generator (cicirello/jacoco-badge-generator)
v2.11.0
: jacoco-badge-generator, v2.11.0Compare Source
[2.11.0] - 2023-09-15
Added
Dependencies
v2.10.0
: jacoco-badge-generator, v2.10.0Compare Source
[2.10.0] - 2023-09-04
Added
Dependencies
New Contributors
Full Changelog: cicirello/jacoco-badge-generator@v2...v2.10.0
v2.9.0
: jacoco-badge-generator, v2.9.0Compare Source
[2.9.0] - 2023-05-24
Added
Dependencies
CI/CD
v2.8.1
: jacoco-badge-generator, v2.8.1Compare Source
[2.8.1] - 2022-10-24
Fixed
set-output
is not available yet for all self-hosted users. This patchhandles that by using the new
$GITHUB_OUTPUT
environment file if it exists, and otherwise falling back toset-output
.Dependencies
v2.8.0
: jacoco-badge-generator, v2.8.0Compare Source
[2.8.0] - 2022-10-21
Added
Fixed
set-output
workflow command.Dependencies
v2.7.0
: jacoco-badge-generator, v2.7.0Compare Source
[2.7.0] - 2022-06-28
Added
Changed
CI/CD
v2.6.1
: jacoco-badge-generator, v2.6.1Compare Source
[2.6.1] - 2022-02-18
Fixed
v2.6.0
: jacoco-badge-generator, v2.6.0Compare Source
[2.6.0] - 2022-02-17
Added
by the new inputs
coverage-label
andbranches-label
.Changed
width of "coverage" and "branches".
within GitHub Actions likely faster to pull from GitHub rather than Docker Hub.
v2.5.0
: jacoco-badge-generator, v2.5.0Compare Source
[2.5.0] - 2021-11-11
Added
and branches coverage values as double-precision floating-point values.
This may be useful as input to other tools. Additionally, if used in
combination with the existing
fail-on-coverage-decrease
and/orfail-on-branches-decrease
features, those checks will be more accurate.This new feature is controlled by a pair of new inputs
generate-summary
and
summary-filename
. This feature is disabled by default.v2.4.1
: jacoco-badge-generator, v2.4.1Compare Source
[2.4.1] - 2021-08-16
Fixed
for improved character spacing.
v2.4.0
: jacoco-badge-generator, v2.4.0Compare Source
[2.4.0] - 2021-08-13
Added
or instead of, directly generating badges. For most users, the existing direct
generation of the badges is probably the preferred approach (e.g., probably
faster serving when loading README, and much simpler insertion of badge into
README). But for those who use one of Shields styles other than the default,
and who would like to be able to match the coverage badges to the style of
their project's other badges, then providing the ability to generate a
Shields JSON endpoint gives them the ability to do so. The new feature is
controlled by 4 new inputs:
generate-coverage-endpoint
,generate-branches-endpoint
,coverage-endpoint-filename
, andbranches-endpoint-filename
. All of thesehave default values and are optional. The current default behavior is retained,
so by default the JSON endpoints are not generated.
v2.3.0
: jacoco-badge-generator, v2.3.0Compare Source
[2.3.0] - 2021-6-25
Added
colors
andintervals
). The defaults for the new inputs produce badges withthe existing color scheme.
v2.2.1
: jacoco-badge-generator, v2.2.1Compare Source
[2.2.1] - 2021-5-20
Changed
fail-on-coverage-decrease
and
fail-on-branches-decrease
inputs.changes to base image, such as bug fixes, etc without need to update Dockerfile).
fail-on-coverage-decrease
andfail-if-coverage-less-than
inputs.v2.2.0
: jacoco-badge-generator, v2.2.0Compare Source
[2.2.0] - 2021-5-8
Added
fail-if-coverage-less-than
, thatenables failing the workflow run if coverage is below a
user specified minimum.
fail-if-branches-less-than
, thatenables failing the workflow run if branches coverage is below a
user specified minimum.
fail-on-coverage-decrease
, that enablesfailing the workflow run if coverage decreased relative to previous run.
fail-on-branches-decrease
, that enablesfailing the workflow run if branches coverage decreased relative to previous run.
v2.1.2
: jacoco-badge-generator, v2.1.2Compare Source
[2.1.2] - 2021-5-6
CI/CD
v2.1.1
: jacoco-badge-generator, v2.1.1Compare Source
[2.1.1] - 2021-5-5
Fixed
for any reason (e.g., typo in path or file name in workflow, or otherwise
not generated by previous step of workflow), the action would simply fail
resulting the the workflow run failing. Although in many cases this may be the
desirable behavior, the action now logs the names of any missing jacoco
report files to enable debugging what went wrong in a failed workflow run,
and there is now an input,
on-missing-report
, that allows for specifyingthe behavior of the action in this case (e.g., user of the action can
decide whether the workflow run should fail in this case).
v2.1.0
: jacoco-badge-generator, v2.1.0Compare Source
[2.1.0] - 2021-4-22
Added
jacoco-badge-generator
is nowable to generate coverage (both instructions and branches) for a multi-module
project, computing the coverage percentages from a combination of the data
from the separate coverage reports generated by JaCoCo for the sub-projects.
Changed
CI/CD
v2.0.1
: jacoco-badge-generator, v2.0.1Compare Source
[2.0.1] - 2021-3-3
Changed
latest
to the specific version number that is the latest. The reason for this change
is to ensure that we have the opportunity to test against updates to
the base image before such changes affect releases. Using the
latest
tag when pulling the base image runs the risk of a change in the base
image breaking the action (although this risk is small).
Fixed
didn't already exist prior to running the action. Bug only appeared to
exhibit itself if the
jacoco-badge-generator
was used in combination withversion 3.6 or later of the
peter-evans/create-pull-request
action, and onlyif the badges directory didn't already exist. This bug is now resolved.
v2.0.0
: jacoco-badge-generator, v2.0.0Compare Source
[2.0.0] - 2-15-2021
Compatibility
jacoco-badge-file
input (deprecated since v1.2.0) to change the default location and name of the badge file, then you can simply upgrade to v2.0.0 without need to make any other changes to your workflow file.jacoco-badge-file
input to change the default location and name of the badge file, then you will need to instead use thebadges-directory
and thecoverage-badge-filename
inputs.Changed
Removed
jacoco-badge-file
.v1.2.1
: jacoco-badge-generator, v1.2.1Compare Source
[1.2.1] - 2-11-2021
Fixed
v1.2.0
: jacoco-badge-generator, v1.2.0Compare Source
[1.2.0] - 2-8-2021
Added
Deprecated
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 inputsbadges-directory
andcoverage-badge-filename
. This change was made to simplify configuration of badge file names now that the action generates multiple badges.v1.1.0
: jacoco-badge-generator, v1.1.0Compare Source
[1.1.0] - 2021-2-5
Added
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.