Releases: coverallsapp/github-action
v2.3.6
What's Changed
Full Changelog: v2...v2.3.6
v2.3.5
v2.3.4
What's Changed
- Add
coverage-reporter-platforminput option by @afinetooth in #233- Since we have added support for
coverage-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.
- Since we have added support for
Full Changelog: v2...v2.3.4
v2.3.3
What's Changed
- Make sure the major version tag always points to the latest release (fixes #222) by @afinetooth in #230
Full Changelog: v2...v2.3.3
v2.3.2
What's Changed
- Verify that
coverage-reporter-versionoption is recognized by @afinetooth in #229 - Add
build-numberto supported inputs options by @afinetooth and @brianatgather in #228 - Change
sha256sumcommand flag to be compatible withalpinelinux distros by @afinetooth and @jdebbink in #227 - Docs: Fix the action version in usage example by @Jeff-Tian in #210
New Contributors
- @brianatgather made their first contribution in #228 / #199
- @jdebbink made their first contribution in #227 / #198
- @Jeff-Tian made their first contribution in #210
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
Extend behavior of fail-on-error option to setup failures by @afinetooth in #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-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: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Set default values as strings per GH Action requirements by @littleforest in #204
- Allow pinning of coverage reporter version by @littleforest in #208
New Contributors
- @littleforest made their first contribution in #204
Full Changelog: v2.2.3...v2.3.0
v2.2.3
2.2.3: fix directory creation on Windows runners
v2.2.2
2.2.2: use pwsh for windows runner
v2.2.1
2.2.1: add measure, files, and fail-on-error options