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
Describe the bug
PR Requests fail to upload Code Cov
To Reproduce
Steps to reproduce the behavior:
Go do 'A pull request'
Look at 'The CI Build testing'
Scroll down to 'The Upload Code Cov part of CI'
See Code Cov fail to upload, but still "work"
Expected behavior
CodeCov should upload a report to the associated codecov organization, and the organization will post the report on the Github Pull Request commens
Observed behavior
The CI fails to upload, and produces the error ['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 - Not Found - {'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')}
Describe the bug
PR Requests fail to upload Code Cov
To Reproduce
Steps to reproduce the behavior:
Expected behavior
CodeCov should upload a report to the associated codecov organization, and the organization will post the report on the Github Pull Request commens
Observed behavior
The CI fails to upload, and produces the error
['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 - Not Found - {'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')}
Additional context
See codecov/codecov-action#598 (comment)
The text was updated successfully, but these errors were encountered: