Skip to content

Releases: codecov/codecov-circleci-orb

v5.0.0

17 Oct 15:08
v5.0.0
Compare
Choose a tag to compare

Version 5.0.0 (v5) of the orb represents a move to align with the other wrappers (i.e. GitHub Action and Bitrise Step) and to ensure that all wrappers receive the same features and enhancements.

The underpinning repository

Breaking Changes
The arguments originally were meant to follow closely with the CLI commands. However, v5 will try to explicitly enumerate the arguments to make it easier for users to see how the Orb is being used.

The following parameters are deprecated and will no longer work.

  • cli_args
  • commit_args
  • file
  • report_args
  • upload_args
  • validate

file has been changed to files and takes a comma-separated list.
    validate has been changed to binary for those who already have a copy of the Codecov CLI on their respective CircleCI machines. By default, the CLI will be downloaded and validated. If a binary value is provided, validation will be skipped.

For other parameters, you may need to refer to the parameter list and the CLI README.

What's Changed

  • feat: update Orb to be encapsulated by a single script and port all the necessary arguments by @thomasrockhu-codecov in #207

Full Changelog: v4.2.0...v5.0.0

v4.2.0

01 Oct 14:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

15 Apr 20:15
8ac74b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.1.0

v4.0.1

01 Feb 17:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

23 Jan 16:26
Compare
Choose a tag to compare

Breaking Changes

Version 4.0.0 of the CircleCI orb represents a move to using the new Codecov CLI over the Codecov uploader.

As such, the Codecov token will be necessary to upload coverage reports to Codecov. You can find instructions here.

The Codecov CLI does not yet currently support alpine and aarch64 builds.

What's Changed

New Contributors

Full Changelog: v3.2.5...v4.0.0

v3.3.0

23 Oct 15:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.5...v3.3.0

v3.2.5

23 Oct 15:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.5

v3.2.4

12 Oct 19:19
b4a179b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.3...v3.2.4

v3.2.3

06 Jun 17:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.2...v3.2.3

3.2.2

10 Nov 20:32
6e00170
Compare
Choose a tag to compare

3.2.2

Fixes

  • #122 : fix: correct unset and push release