v4.0.0
thomasrockhu-codecov
released this
23 Jan 16:26
·
61 commits
to main
since this release
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