Add retries to codecov uploads #5173
Labels
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
Many of our CI workflows upload code coverage to codecov, but it has not always been very reliable. It's especially annoying when the upload fails after an expensive e2e test like Elasticsearch.
Proposal
Add retries around codecov uploads. I believe there are some ready to use GH actions that can wrap another action with retries.
The text was updated successfully, but these errors were encountered: