Skip to content

Releases: coverallsapp/github-action

v2.3.4

24 Oct 20:49
cfd0633
Compare
Choose a tag to compare

What's Changed

  • Add coverage-reporter-platform input option by @afinetooth in #233
    • Since we have added support for coverage-reporter on aarch64, we need to provide users of our github-action the ability to select this architecture-specific version of coverage-reporter when they're using an aarch64 / arm64 runner in CI.

Full Changelog: v2...v2.3.4

v2.3.3

16 Oct 20:37
4cdef0b
Compare
Choose a tag to compare

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

15 Oct 17:00
43f11c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

10 Oct 21:32
1134c89
Compare
Choose a tag to compare

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-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: v2.3.0...v2.3.1

v2.3.0

08 May 15:48
643bc37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.3...v2.3.0

v2.2.3

07 Sep 11:52
v2.2.3
3dfc556
Compare
Choose a tag to compare
2.2.3: fix directory creation on Windows runners

v2.2.2

04 Sep 08:48
v2.2.2
3b7078e
Compare
Choose a tag to compare
2.2.2: use pwsh for windows runner

v2.2.1

13 Jul 09:32
v2.2.1
95b1a23
Compare
Choose a tag to compare
2.2.1: add measure, files, and fail-on-error options

v2.2.0

07 Jun 13:49
v2.2.0
c7885c0
Compare
Choose a tag to compare
2.2.0: allow globs in file option

v1.2.5

24 Apr 08:46
v1.2.5
09b709c
Compare
Choose a tag to compare
1.2.5: add debug option