-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update all non-major dependencies #27
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
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
Pull Request Test Coverage Report for Build 7675792055
💛 - Coveralls |
52068ad
to
5b330d7
Compare
5b330d7
to
9d936f7
Compare
9d936f7
to
fafa1a9
Compare
1bc21b2
to
e720edc
Compare
e720edc
to
da13d48
Compare
da13d48
to
d7b10ae
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
d7b10ae
to
19067c6
Compare
19067c6
to
cb6cdc8
Compare
Pull Request Test Coverage Report for Build 13837246948Details
💛 - Coveralls |
cb6cdc8
to
bbf7ca7
Compare
f22ead7
to
766f95b
Compare
2b2b816
to
91eb84c
Compare
c894cba
to
203af98
Compare
209669c
to
108cb71
Compare
108cb71
to
8a69318
Compare
8a69318
to
bb32b49
Compare
bb32b49
to
fb3dd40
Compare
025792f
to
8aa0c62
Compare
348962c
to
f2ce59f
Compare
f2ce59f
to
aef716f
Compare
aef716f
to
98789ce
Compare
98789ce
to
159477c
Compare
ffbf10d
to
9af82b9
Compare
9af82b9
to
3822b68
Compare
3822b68
to
c108f4c
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:
3.19.0
->3.21.3
v2.2.3
->v2.3.6
v1.2.0
->v1.3.0
v1.8.4
->v1.10.0
v2.27.1
->v2.27.6
v0.14.0
->v0.23.0
v1.0.9
->v1.1.1
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
andcoveralls 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
clok/cdocs (github.com/clok/cdocs)
v1.3.0
Compare Source
Chore
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0
Compare Source
What's Changed
Called
by @aud10slave in https://github.com/stretchr/testify/pull/631NotImplements
and variants by @hslatman in https://github.com/stretchr/testify/pull/1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
urfave/cli (github.com/urfave/cli/v2)
v2.27.6
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.5...v2.27.6
v2.27.5
Compare Source
What's Changed
UseShortOptionHandling
description by @BlackHole1 in https://github.com/urfave/cli/pull/1956Full Changelog: urfave/cli@v2.27.4...v2.27.5
v2.27.4
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.3...v2.27.4
v2.27.3
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.27.2...v2.27.3
v2.27.2
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.27.1...v2.27.2
jandelgado/gcov2lcov-action (jandelgado/gcov2lcov-action)
v1.1.1
: Release 1.1.1Compare Source
fixes a problem introduced with new gcov2lcov artifact naming scheme
v1.1.0
: Release 1.1.0Compare Source
What's Changed
Full Changelog: jandelgado/gcov2lcov-action@v1...v1.1.0
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.