Releases: codecov/codecov-circleci-orb
v5.3.0
What's Changed
- chore(deps): bump serialize-javascript and mocha by @dependabot in #232
- chore(release): 5.3.0 by @thomasrockhu-codecov in #238
Full Changelog: v5.2.1...v5.3.0
v5.2.1
What's Changed
- fix: run command and release by @thomasrockhu-codecov in #231
Full Changelog: v5.2.0...v5.2.1
v5.2.0
What's Changed
- fix: makefile for deploys by @thomasrockhu-codecov in #214
- chore(deps): bump wrapper to 0.0.23 by @thomasrockhu-codecov in #216
- chore(release): wrapper-0.0.30 by @codecov-releaser-app in #218
- chore(release): 5.1.0 by @thomasrockhu-codecov in #219
- chore(release): wrapper-0.0.31 by @codecov-releaser-app in #220
- feat: disable telem by @thomasrockhu-codecov in #223
- Update report_type docstring by @dominicmarmont in #224
- chore(release): wrapper -0.0.34 by @codecov-releaser-app in #226
- chore(release): wrapper -0.1.0 by @codecov-releaser-app in #227
- chore(release): 5.2.0 by @thomasrockhu-codecov in #228
New Contributors
- @codecov-releaser-app made their first contribution in #218
- @dominicmarmont made their first contribution in #224
Full Changelog: v5.0.3...v5.2.0
v5.0.3
What's Changed
- chore(release): bump to 5.0.3 and update wrapper by @thomasrockhu-codecov in #213
Full Changelog: v5.0.2...v5.0.3
v5.0.2
v5.0.1
What's Changed
- chore(release): 5.0.1 by @thomasrockhu-codecov in #211
Full Changelog: v5.0.0...v5.0.1
v5.0.0
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
v4.2.0
What's Changed
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #200
- chore(deps): bump scripts to b1884d by @thomasrockhu-codecov in #204
- chore(release): 4.2.0 by @thomasrockhu-codecov in #206
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- Fix/allow for other cli args by @thomasrockhu-codecov in #191
- Th/feat/use wrapper by @thomasrockhu-codecov in #193
- chore(release): 4.1.0 by @thomasrockhu-codecov in #194
Full Changelog: v4.0.1...v4.1.0
v4.0.1
What's Changed
- fix: test without flags by @thomasrockhu-codecov in #182
Full Changelog: v4.0.0...v4.0.1