You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About a week ago I started getting the following error on all codecov runs using the template from this repo:
[2024-04-17T07:45:14.013Z] ['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')}
[2024-04-17T07:45:14.013Z] ['verbose'] The error stack is: Error: 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')}
at main (/snapshot/repo/dist/src/index.js)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[2024-04-17T07:45:14.013Z] ['verbose'] End of uploader: 620 milliseconds
I have seen run into this on both charconv and multiprecision. It looks like the only recent upload to codecov is URL which uploads using drone instead of Github Actions: https://app.codecov.io/gh/boostorg
The text was updated successfully, but these errors were encountered:
Also using the official uploader action might help. For that the token can be passed as an "argument" else it needs to be set in an environment variable.
Besides that we can't do anything else from our site
About a week ago I started getting the following error on all codecov runs using the template from this repo:
Full run-log can be found here: https://github.com/boostorg/charconv/actions/runs/8718129486/job/23914698681?pr=183
I have seen run into this on both charconv and multiprecision. It looks like the only recent upload to codecov is URL which uploads using drone instead of Github Actions: https://app.codecov.io/gh/boostorg
The text was updated successfully, but these errors were encountered: