Skip to content

Releases: codecov/codecov-action

Shorten connection timeouts and increase attempts

18 Aug 02:15
6004246
Compare
Choose a tag to compare

Version 1.0.13 introduces the following changes:

  • Decrease connection timeouts to 3 seconds and increase attempts to 10 in pulling the bash script

Lodash Security fix

22 Jul 14:01
07127fd
Compare
Choose a tag to compare

Version 1.0.12 introduces the following changes:

  • Bump lodash from 4.17.15 to 4.17.19

Wrap retry promise in a try/catch

17 Jul 18:35
6d208f5
Compare
Choose a tag to compare

Version 1.0.11 introduces the following changes:

  • Wrap the retry request promise of the bash uploader in a try/catch

Migrate to requestretry

01 Jul 20:45
f357072
Compare
Choose a tag to compare

Version 1.0.10 introduces the following changes:

  • 1.0.9 had a built-in dependency that was not easily packaged causing failures. We have switched out this dependency.

Retry bash script request

01 Jul 16:09
22f6ff1
Compare
Choose a tag to compare

Version 1.0.9 introduces the following changes:

  • 1.0.8 did not build a dist/ file, this release properly uses it

Retry bash script request

01 Jul 13:32
dbf1dde
Compare
Choose a tag to compare

Version 1.0.8 introduces the following changes:

  • Retry the bash script request three times before erroring out

Add env variables support

07 May 13:47
f532c3a
Compare
Choose a tag to compare

Version 1.0.7 introduces the following changes:

  • Add support for specifying environment variables to be included with a build
  • Typo fixes and general documentation updates

Add PR handling and tokenless upload support

05 Mar 06:41
Compare
Choose a tag to compare

Version 1.0.6 introduces the following changes:

  • Add proper handling for pull requests by passing the GITHUB_HEAD_REF environment variable. This properly sets both the PR branch and PR number.
  • Add tokenless upload functionality by passing the GITHUB_RUN_ID environment variable to properly tag the build. This allows Codecov to locate the build via GitHub's API and validate the coverage upload without the need for a token (only for public repos)
  • Removes the yml input because putting it anywhere except for the root of the repo is not supported anymore

Add Input to Fail CI

06 Dec 06:39
Compare
Choose a tag to compare

Version 1.0.5 introduces the following changes:

  • Add fail_ci_if_error input which lets users fail the CI pipeline if the Codecov upload step runs into any errors. By default, this is set to false. This addresses an issue where Codecov could fail silently and the user wouldn't know because Actions would've shown the step as being passed.

Convert Action to JavaScript

19 Nov 12:44
aea8376
Compare
Choose a tag to compare

Version 1.0.4 introduces the following changes:

  • Switch from a Docker based action to a JavaScript based action to add support for macOS and Windows builds. This also allows users to run the codecov action with matrix builds.
  • Add a yml input so users can specify the path for their codecov.yml file
  • Add a @v1 major version tag