-
Notifications
You must be signed in to change notification settings - Fork 36
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
CodeCov uploads are failing #851
Comments
Unfortunately, it looks like adding the ...but the provided report URL gives a 404: |
Another part of the problem: the repo was moved to a new organization in the last couple of years ( Example upload URL that works. Now for the next (and hopefully final?) mystery: |
It looks like this complaining because the parent commit's codecov upload had failed, so there was no basis for comparison. Now that the |
The repo's code coverage statistics haven't been updated in a while.
It appears that the upload fails on the first CI Action attempt, then reports success (while quietly failing) on the second attempt because it couldn't find the upload from the first commit to compare it to.
Here's an example of a failure.
The suggested fix is to "upload with the Codecov repository upload token to resolve issue":
The text was updated successfully, but these errors were encountered: