Fixes
- #145 Create LICENSE.md
- #149 fix: prefix codecov to bash vars
- #160 fix: update bash ref
Dependencies
- #147 chore(deps): bump minimatch and mocha
- #146 chore(deps): bump json5 from 2.2.0 to 2.2.3
Fixes
- #137 chore: refactor source with new commands subfolder
- #142 fix: source pgp key in script
Fixes
- #105: Bump path-parse from 1.0.6 to 1.0.7
- #126: Bump dependencies
- #127: fix(ci): install Git
- #130: Bump dependencies
- #132: Disabling auto update on brew install
- #135: ci: bump deps
Fixes
- #120: fix: unset NODE_OPTIONS to prevent exit 4
Features
- #117: feat: Add alpine build support
Fixes
- #111 fix: xtra_args and file not being parsed properly
Features
- #108 feat: Allow specifying version of Codecov uploader
Version 3.0.0 was a result of an unexpected deployment, but mirrors 2.0.0
Version 2.0.0 represents a move to the new Codecov uploader and away from the bash uploader Functionality should be roughly the same, but will follow the arguments laid out in the new uploader
Fixes
- #98 chore: Add basic usage example
Fixes
- #95 chore: switch to using env_var_name for token type
Backwards Incompatibility
using_windows
has been deprecated
Fixes
- #89 Fixes issue with running bash on Windows machines
Fixes
- #88 Fixes issue with Windows curling the bash script
Fixes
- #87 Fix support for Windows executors
Features
- #84 Allow extra parameters to be specified from the bash uploader
Fixes
- #84 Fixes issue with parameters in #82
Fixes
- #81 Update bash script with best practices
- #82 Reduce the code in the orb to DRY
Fixes
- #78 Update validation regex and add shasum flexibility
Features None
Fixes
- #74 Add validation of checksums
Dependencies
- #75 Bump y18n from 4.0.0 to 4.0.3
Features None
Fixes
- #59 Fixed bash command failure due to unescaped line break
Features None
Fixes
Features None
Fixes
- #44 Security fixes on
lodash
Features
- #38 Automated orb publishing
Fixes
- #30 Update homepage URL
- #36 Run tests against development orb
- #37 Publish orb based on semver commit
Features None
Fixes
- (https://github.com/codecov/codecov-circleci-orb/commit/e579d6ce54eae6910dd72aaada1ff9082b5b152d) Add link to
GitHub
repository - (https://github.com/codecov/codecov-circleci-orb/commit/026635e8b82417d623fb63c6f0efe18d6a5daf32) Allow for custom
Codecov
URL as a parameter (for Enterprise users) - (https://github.com/codecov/codecov-circleci-orb/commit/d7fcbfd1df6bb3e370fd5ce2c3a5337a81002db6) Update token type to
env_var_name
Features None
Fixes
- (https://github.com/codecov/codecov-circleci-orb/pull/10/commits/c9aeab8802fc1dc2065c231e128339d94c559c47) Do not fail if no
flags
are provided - (https://github.com/codecov/codecov-circleci-orb/commit/65091155fee5cc0773ecb53963031d74b243c696) Add a
when
parameter to denote when this should be run - (https://github.com/codecov/codecov-circleci-orb/commit/f0fe5d9bf0d4ac7d2fd195c3feaa684925ba0be1) Place nicely with Alpine images
- (https://github.com/codecov/codecov-circleci-orb/commit/f0fe5d9bf0d4ac7d2fd195c3feaa684925ba0be1) Do not fail if no
token
is provided
Features None
Fixes
- (https://github.com/codecov/codecov-circleci-orb/commit/c9aeab8802fc1dc2065c231e128339d94c559c47) Only send the
-F
argument ifflags
are present
Features
- (https://github.com/codecov/codecov-circleci-orb/commit/141f2e6feb423c62b970a4d2fe11ebf966fff195)
File
parameter is now optional and behaves in line with the bash uploader
Fixes None
Features None
Fixes
- (https://github.com/codecov/codecov-circleci-orb/commit/37eb2601c601a55caa3cb24dcb3b05a3a919d0ee)
Flags
flag is not getting properly parsed due to potentially taking in an empty string. Moving it to the bottom of the bash command to prevent improper argument parsing
This release marks the beginning of the Codecov CircleCI Orb.
The orb currently supports 5 parameters:
file
(Required): The filename of the report to uploadconf
: The filename of the configuration yaml to read (defaults to.codecov.yml
)flags
: A comma separated list of flags (Read more about flags)token
: Codecov private token (defaults to environment variable$CODECOV_TOKEN
)upload_name
: Custom defined name of the upload (defaults to$CIRCLE_BUILD_NUM
)
Find more documentation on the orb Read more about CircleCI Orbs