CI coverage run fails quite frequently
Open
- Dominant language
- C++
- Stars
- 403
- Forks
- 154
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 90
Description
**Describe the bug**
The CI coverage run fails quite frequently due to failure at uploading the coverage report.
https://github.com/QMCPACK/qmcpack/actions/runs/3584668210/jobs/6031638171
The error was
```
2022-11-30T16:30:04.284Z] ['error'] There was an error running the uploader: Error uploading to [https://codecov.io:](https://codecov.io/) Error: There was an error fetching the storage URL during POST: 404 - {'detail': ErrorDetail(string='Unable to locate build via Github Actions API. Please upload with the Codecov repository upload token to resolve issue.', code='not_found')}
```
Can we make the upload stage try multiple times if not successful.
Contributor guide
Assessment
This issue has not been assessed yet.