Skip to content

Releases: coverallsapp/orb

v2.2.5

02 Nov 22:39
1f07055
Compare
Choose a tag to compare

What's Changed

  • Add coverage_reporter_platform parameter to select architecture-specific version of coverage reporter by @afinetooth in #49

Full Changelog: v2.2.4...v2.2.5

v2.2.4

18 Oct 00:10
2d6de2e
Compare
Choose a tag to compare

What's Changed

  • Add debug parameter to enable set -x style debugging throughout entire script by @afinetooth in #48

Full Changelog: v2.2.3...v2.2.4

v2.2.3

17 Oct 22:16
489a556
Compare
Choose a tag to compare

What's Changed

  • Add coverage_reporter_version parameter. by @afinetooth in #47
    • Add tests of coverage_reporter_version and step to verify installed version.

Full Changelog: v2.2.2...v2.2.3

v2.2.2

08 Oct 21:53
3369ca2
Compare
Choose a tag to compare

What's Changed

  • Extends the fail_on_error option's behavior to setup failures by @afinetooth in #46
    • Makes sure the fail_on_error option applies to setup failures like:
      • Failure to download the binary
      • Failure to verify the binary with checksums
      • Failure to find the downloaded binary
    • Prior versions of the orb only applied fail_on_error to failures of coveralls commands, like:
      • coveralls report
      • coveralls done
    • "Fixes" #40 (technically an enhancement)
    • Bumps orb versions

New Contributors

Full Changelog: v2.2.1...v2.2.2

v2.2.1

13 Jul 14:31
v2.2.1
b48e556
Compare
Choose a tag to compare
2.2.1: add fail_on_error, measure, coverage_files options

v2.2.0

07 Jun 12:51
v2.2.0
635f170
Compare
Choose a tag to compare

v2.1.2

31 May 07:22
v2.1.2
bbff479
Compare
Choose a tag to compare

Add better error messaging for coverage_file values

v2.1.1

19 Apr 13:42
v2.1.1
b416a09
Compare
Choose a tag to compare

Check sha256sum before using the binary

v2.1.0

17 Mar 09:01
v2.1.0
f9b631d
Compare
Choose a tag to compare

Add parameters from Github action:

  • compare_ref
  • compare_sha
  • format

v2.0.0

08 Mar 09:44
v2.0.0
789aae6
Compare
Choose a tag to compare

Use universal coverage reporter and support many more coverage formats

Breaking change

  • path_to_lcov parameter is replaced with coverage_file