Closed renovate[bot] closed 1 month ago
Latest commit: 3ce07a29a7fa09cea447783a55a4092a3f0f8e4a
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This PR contains the following updates:
v2.3.0
->v2.3.1
Release Notes
coverallsapp/github-action (coverallsapp/github-action)
### [`v2.3.1`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v2.3.1) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1) #### What's Changed Extend behavior of `fail-on-error` option to setup failures by [@afinetooth](https://redirect.github.com/afinetooth) in [https://github.com/coverallsapp/github-action/pull/226](https://redirect.github.com/coverallsapp/github-action/pull/226) - Technically 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 to `false`. - 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 if `fail-on-error` is set to `true`, in which case it returns exit code `0`. - Adds a matrix workflow that tests the action for each `os` and the two key binary commands (`coveralls report` and `coevralls 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 each `os` including `set -x` for `linux` and `macos` and `Set-PSDebug -Trace 1` for `windows`. **Full Changelog**: https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.