Releases: codecov/codecov-circleci-orb
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
v4.0.0
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
- Fix CIRCLE_BUILD_NUM bug and allows users to specify env vars as flags by @joseph-sentry in #167
- using codecovcli as the uploader by @dana-yaish in #152
- fix: update basic usage example by @thomasrockhu-codecov in #168
- chore(deps-dev): bump @babel/traverse from 7.17.0 to 7.23.2 by @dependabot in #171
- chore(ci): add fossa workflow by @thomasrockhu-codecov in #176
- fix: remove ending slashes by @thomasrockhu-codecov in #177
- chore(release): 4.0.0 by @thomasrockhu-codecov in #178
New Contributors
- @joseph-sentry made their first contribution in #167
- @dana-yaish made their first contribution in #152
Full Changelog: v3.2.5...v4.0.0
v3.3.0
What's Changed
- Fix CIRCLE_BUILD_NUM bug and allows users to specify env vars as flags by @joseph-sentry in #167
- fix: update gpgv command to gpg --verify and bump to 3.3.0 by @thomasrockhu-codecov in #170
New Contributors
- @joseph-sentry made their first contribution in #167
Full Changelog: v3.2.5...v3.3.0
v3.2.5
What's Changed
- Create LICENSE.md by @thomasrockhu-codecov in #145
- chore(deps): bump json5 from 2.2.0 to 2.2.3 by @dependabot in #146
- chore(deps): bump minimatch and mocha by @dependabot in #147
- fix: prefix codecov to bash vars by @thomasrockhu-codecov in #149
- fix: update bash ref by @thomasrockhu-codecov in #160
- release: 3.2.5 by @thomasrockhu-codecov in #161
Full Changelog: v3.2.0...v3.2.5