Skip to content

Releases: codecov/codecov-action

v1.0.15

16 Nov 16:27
239febf
Compare
Choose a tag to compare

Features

N/A

Fixes

  • #168 Add package argument

Dependencies

  • #162 Bump jest from 26.5.3 to 26.6.3
  • #160 Bump ts-jest from 26.4.1 to 26.4.3
  • #154 Bump @types/jest from 26.0.14 to 26.0.15
  • #159 Bump typescript from 4.0.3 to 4.0.5
  • #165 Bump ts-jest from 26.4.3 to 26.4.4

v1.0.14

18 Oct 14:37
7d5dfa5
Compare
Choose a tag to compare

Features

  • #151 Add verbosity flag

Fixes

  • None

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