chore(deps): update coverallsapp/github-action action to v2 - #32
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update coverallsapp/github-action action to v2#32renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Coverage Report for CI Build 30308469755Warning No base build found for commit Coverage: 10.078%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
renovate
Bot
force-pushed
the
renovate/coverallsapp-github-action-2.x
branch
from
April 17, 2023 13:31
a8455f6 to
3f02b61
Compare
renovate
Bot
force-pushed
the
renovate/coverallsapp-github-action-2.x
branch
from
May 28, 2023 09:58
3f02b61 to
8f6c66b
Compare
renovate
Bot
force-pushed
the
renovate/coverallsapp-github-action-2.x
branch
from
June 7, 2023 15:31
8f6c66b to
ba59b10
Compare
renovate
Bot
force-pushed
the
renovate/coverallsapp-github-action-2.x
branch
from
July 13, 2023 11:36
ba59b10 to
7a5ca81
Compare
renovate
Bot
force-pushed
the
renovate/coverallsapp-github-action-2.x
branch
2 times, most recently
from
September 7, 2023 13:34
3bb2de3 to
d409878
Compare
renovate
Bot
force-pushed
the
renovate/coverallsapp-github-action-2.x
branch
from
May 8, 2024 16:28
d409878 to
46ec0a2
Compare
renovate
Bot
force-pushed
the
renovate/coverallsapp-github-action-2.x
branch
3 times, most recently
from
October 16, 2024 21:52
43101a0 to
9ada44c
Compare
renovate
Bot
force-pushed
the
renovate/coverallsapp-github-action-2.x
branch
from
October 24, 2024 23:11
9ada44c to
a6e5353
Compare
renovate
Bot
force-pushed
the
renovate/coverallsapp-github-action-2.x
branch
from
January 26, 2025 08:58
a6e5353 to
4aedc0c
Compare
renovate
Bot
force-pushed
the
renovate/coverallsapp-github-action-2.x
branch
from
July 27, 2026 21:50
4aedc0c to
4c435b2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.1.3→v2.3.8Release Notes
coverallsapp/github-action (coverallsapp/github-action)
v2.3.8Compare Source
What's Changed
New Contributors
Full Changelog: coverallsapp/github-action@v2...v2.3.8
v2.3.7Compare Source
What's Changed
Bug Fixes
fail-on-errorbehavior when download fails (#253), PR #254New Contributors
Full Changelog: coverallsapp/github-action@v2...v2.3.7
v2.3.6Compare Source
What's Changed
Full Changelog: coverallsapp/github-action@v2...v2.3.6
v2.3.5Compare Source
What's Changed
New Contributors
Full Changelog: coverallsapp/github-action@v2...v2.3.5
v2.3.4Compare Source
What's Changed
coverage-reporter-platforminput option by @afinetooth in #233coverage-reporteronaarch64, we need to provide users of ourgithub-actionthe ability to select this architecture-specific version ofcoverage-reporterwhen they're using anaarch64/arm64runner in CI.Full Changelog: coverallsapp/github-action@v2...v2.3.4
v2.3.3Compare Source
What's Changed
Full Changelog: coverallsapp/github-action@v2...v2.3.3
v2.3.2Compare Source
What's Changed
coverage-reporter-versionoption is recognized by @afinetooth in #229build-numberto supported inputs options by @afinetooth and @brianatgather in #228sha256sumcommand flag to be compatible withalpinelinux distros by @afinetooth and @jdebbink in #227New Contributors
Full Changelog: coverallsapp/github-action@v2.3.1...v2.3.2
v2.3.1Compare Source
What's Changed
Extend behavior of
fail-on-erroroption to setup failures by @afinetooth in #226Technically an enhancement, these changes make the action behave as many customers already expect by ignoring any and all failures when the
fail-on-errorinput is set tofalse.Adds logic to handle any failures in "setup" tasks, including downloading the
coverage-reporterbinary, verifying the binary, and finding the binary by its expected name after extraction.The new logic checks these actions and exits with code
1on failure, except iffail-on-erroris set totrue, in which case it returns exit code0.Adds a matrix workflow that tests the action for each
osand the two key binary commands (coveralls reportandcoveralls done). Each of these scenarios implicitly tests our setup tasks since they run first in each scenario.Also extends the behavior of
debug: trueto flip the shell-specific debug flag for eachosincludingset -xforlinuxandmacosandSet-PSDebug -Trace 1forwindows.Full Changelog: coverallsapp/github-action@v2.3.0...v2.3.1
v2.3.0Compare Source
What's Changed
New Contributors
Full Changelog: coverallsapp/github-action@v2.2.3...v2.3.0
v2.2.3Compare Source
v2.2.2Compare Source
v2.2.1Compare Source
v2.2.0Compare Source
v2.1.2Compare Source
v2.1.1Compare Source
v2.1.0Compare Source
v2.0.0Compare Source
Notable changes:
Upgrading (v1 -> v2)
Option
path-to-lcovis now deprecated, usefileinstead.You can also skip using the
fileoption and coveralls will try to find all supported coverage files and combine their data.If coveralls fails to determine your coverage report format, use explicit
formatoption to specify it. See supported values.v2Compare Source
v1.2.5Compare Source
v1.2.4Compare Source
v1.2.3Compare Source
v1.2.2Compare Source
Don't suppress filesystem errors when trying to open a coverage report file.
v1.2.1: : Update dependenciesCompare Source
v1.2.0: : Add carryforward flagsCompare Source
Configuration
📅 Schedule: (UTC)
🚦 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.