Releases: codecov/codecov-action
Releases · codecov/codecov-action
v1.1.0
v1.0.15
v1.0.14
Shorten connection timeouts and increase attempts
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
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
Version 1.0.11
introduces the following changes:
- Wrap the retry request promise of the bash uploader in a try/catch
Migrate to requestretry
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
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
Version 1.0.8
introduces the following changes:
- Retry the bash script request three times before erroring out
Add env variables support
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