-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update coverallsapp/github-action action to v2 #74
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/coverallsapp-github-action-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #74 +/- ##
=======================================
Coverage 89.72% 89.72%
=======================================
Files 3 3
Lines 331 331
Branches 63 63
=======================================
Hits 297 297
Misses 15 15
Partials 19 19 ☔ View full report in Codecov by Sentry. |
c77690c
to
1bfdc40
Compare
1bfdc40
to
32ef094
Compare
32ef094
to
f27f641
Compare
f27f641
to
a4d4e05
Compare
Pull Request Test Coverage Report for Build 12967080173Details
💛 - Coveralls |
a4d4e05
to
bcd2d4f
Compare
af2ca2c
to
38a410a
Compare
38a410a
to
95251b8
Compare
95251b8
to
4a68f17
Compare
807d155
to
93ba5f9
Compare
901ce2a
to
9207256
Compare
9207256
to
928b141
Compare
b3d37ef
to
937cb95
Compare
937cb95
to
4402640
Compare
4402640
to
783184e
Compare
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:
v1.2.5
->v2.3.6
Release Notes
coverallsapp/github-action (coverallsapp/github-action)
v2.3.6
Compare Source
What's Changed
Full Changelog: coverallsapp/github-action@v2...v2.3.6
v2.3.5
Compare Source
What's Changed
New Contributors
Full Changelog: coverallsapp/github-action@v2...v2.3.5
v2.3.4
Compare Source
What's Changed
coverage-reporter-platform
input option by @afinetooth in https://github.com/coverallsapp/github-action/pull/233coverage-reporter
onaarch64
, we need to provide users of ourgithub-action
the ability to select this architecture-specific version ofcoverage-reporter
when they're using anaarch64
/arm64
runner in CI.Full Changelog: coverallsapp/github-action@v2...v2.3.4
v2.3.3
Compare Source
What's Changed
Full Changelog: coverallsapp/github-action@v2...v2.3.3
v2.3.2
Compare Source
What's Changed
coverage-reporter-version
option is recognized by @afinetooth in https://github.com/coverallsapp/github-action/pull/229build-number
to supported inputs options by @afinetooth and @brianatgather in https://github.com/coverallsapp/github-action/pull/228sha256sum
command flag to be compatible withalpine
linux distros by @afinetooth and @jdebbink in https://github.com/coverallsapp/github-action/pull/227New Contributors
Full Changelog: coverallsapp/github-action@v2.3.1...v2.3.2
v2.3.1
Compare Source
What's Changed
Extend behavior of
fail-on-error
option to setup failures by @afinetooth in https://github.com/coverallsapp/github-action/pull/226Technically an enhancement, these changes make the action behave as many customers already expect by ignoring any and all failures when the
fail-on-error
input is set tofalse
.Adds logic to handle any failures in "setup" tasks, including downloading the
coverage-reporter
binary, verifying the binary, and finding the binary by its expected name after extraction.The new logic checks these actions and exits with code
1
on failure, except iffail-on-error
is set totrue
, in which case it returns exit code0
.Adds a matrix workflow that tests the action for each
os
and the two key binary commands (coveralls report
andcoevralls done
). Each of these scenarios implicitly tests our setup tasks since they run first in each scenario.Also extends the behavior of
debug: true
to flip the shell-specific debug flag for eachos
includingset -x
forlinux
andmacos
andSet-PSDebug -Trace 1
forwindows
.Full Changelog: coverallsapp/github-action@v2.3.0...v2.3.1
v2.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: coverallsapp/github-action@v2.2.3...v2.3.0
v2.2.3
Compare Source
v2.2.2
Compare Source
v2.2.1
Compare Source
v2.2.0
Compare Source
v2.1.2
Compare Source
v2.1.1
Compare Source
v2.1.0
Compare Source
v2.0.0
Compare Source
Notable changes:
Upgrading (v1 -> v2)
Option
path-to-lcov
is now deprecated, usefile
instead.You can also skip using the
file
option 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
format
option to specify it. See supported values.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 is behind base branch, 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.