Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Use a Codecov upload token for coverage reporting #803

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

robinlinden
Copy link
Owner

@robinlinden robinlinden commented Dec 19, 2023

This should resolve the coverage upload step being flaky.

['error'] There was an error running the uploader: Error uploading to
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')}

It should be noted that this secret is only for uploading reports to Codecov and has nothing to do with this repository other than letting Codecov know that the report's from us.

Fixes #797 (probably!)

This should resolve the coverage upload step being flaky.

```
['error'] There was an error running the uploader: Error uploading to
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')}
```
@robinlinden robinlinden marked this pull request as ready for review December 19, 2023 01:15
@robinlinden robinlinden merged commit 7222858 into master Dec 19, 2023
23 checks passed
@robinlinden robinlinden deleted the ci-codecov-token branch December 19, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Codecov sporadic failures
2 participants