v5.0.0
thomasrockhu-codecov
released this
17 Oct 15:08
·
11 commits
to main
since this release
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 tofiles
and takes a comma-separated list.
validate
has been changed tobinary
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 abinary
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