Skip to content

Releases: codecov/codecov-action

v1.1.0

17 Dec 18:24
7de43a7
Compare
Choose a tag to compare

Features

  • #110 Add "working-directory:" input
  • #174 Support Xcode specificed parameters

Fixes

  • #172 File is saved as text

Dependencies and Misc

  • #166 Bump requestretry from 4.1.1 to 4.1.2
  • #169 Bump typescript from 4.0.5 to 4.1.2
  • #178 Bump @types/jest from 26.0.15 to 26.0.19

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