-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 v4 #6271
Codecov v4 #6271
Conversation
The issue is that v3 uses the v4 API which requires a token. So updating it to v4 should do not anything. Installing the codecov app for the repo might fix this this. See https://trac.cppcheck.net/ticket/12112. |
codecov v3 uses codecov v4 API? didn't you mean it uses github v4 API? |
I was inspired by this: and hoped the same would work for us. |
See codecov/codecov-action#1359 for the upstream issue. And https://github.com/codecov/codecov-action?tab=readme-ov-file#v4-release for the release notes. |
Well the upload worked. at least as far as I can tell. |
That is really strange. It should permanently fail with v4 because we have no token. Something is very wrong there. And still not having a single reply is also not comforting (there are very few replies to issues with that action in general). So go ahead with the update to v4. |
Still fails but in a different way:
That's obviously the error you get when there is no token - as pointed out by the v4 release notes. So the issue with v3 is something different. |
This reverts commit d43a1b3.
I'm sad that it didn't work after all :-( Thanks for your fix. |
v3 has problems with uploading results. That should be fixed in v4.