Skip to content

Releases: codecov/codecov-circleci-orb

v1.0.6

02 Jan 15:52
Compare
Choose a tag to compare

Features
None

Fixes

  • (e579d6c) Add link to GitHub repository
  • (026635e) Allow for custom Codecov URL as a parameter (for Enterprise users)
  • (d7fcbfd) Update token type to env_var_name

v1.0.5

05 Jun 22:28
36a3af6
Compare
Choose a tag to compare

Features
None

Fixes

  • (c9aeab8) Do not fail if no flags are provided
  • (6509115) Add a when parameter to denote when this should be run
  • (f0fe5d9) Place nicely with Alpine images
  • (f0fe5d9) Do not fail if no token is provided

v1.0.4

20 Feb 03:00
bba2a84
Compare
Choose a tag to compare

Features
None

Fixes

  • (c9aeab8) Only send the -F argument if flags are present

v1.0.3

23 Jan 18:58
02f1d3d
Compare
Choose a tag to compare

Features

  • (141f2e6) File parameter is now optional and behaves in line with the bash uploader

Fixes
None

v1.0.2

28 Dec 15:51
58d74aa
Compare
Choose a tag to compare

Features
None

Fixes

  • (37eb260) 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

Initial Codecov Circleci Orb

12 Nov 03:05
Compare
Choose a tag to compare

This release marks the beginning of the Codecov CircleCI Orb.

The orb currently supports 5 parameters:

  1. file (Required): The filename of the report to upload
  2. conf: The filename of the configuration yaml to read (defaults to .codecov.yml)
  3. flags: A comma separated list of flags (Read more about flags)
  4. token: Codecov private token (defaults to environment variable $CODECOV_TOKEN)
  5. upload_name: Custom defined name of the upload (defaults to $CIRCLE_BUILD_NUM)

Find more documentation on the orb
Read more about CircleCI Orbs