Description
We are seeing sporadic timeouts when uploading results from GitHub Actions using the codecov
ruby gem (they sound similar to those that have been posted in other threads, but ours continue). Naturally, we would greatly appreciate any advice on how to resolve, if possible.
Repository
private
CI/CD
GitHub Actions
Uploader
Ruby – the codecov
gem. Command used is yarn coverage && codecov -t $OUR_TOKEN_HERE
Commit SHAs
n/a
Codecov YAML
n/a
Codecov Output
Steps to Reproduce
- Execute CI process (in our case, it’s running Ruby and JavaScript unit tests)
- Try to upload results using the Ruby CodeCov
Expected behavior: Upload will always occur successfully and not randomly fail with a timeout
Actual behavior: Every so often, the upload times out and the build fails
Flakiness? Sporadic.
Additional Information
n/a