-
Notifications
You must be signed in to change notification settings - Fork 791
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
Troubleshoot codecov failures to upload coverage data #3376
Conversation
Currently, the logs show codecov-action errors related to token issues, such as here:
Also, a new major version of Some resources on adding the token: |
What is the status of this? CodeCov is not running RN, is this correct? It would generally be good (somewhat urgent) to have code coverage working again. |
Yes, that's correct,
In this PR, I've changed a workflow file to upload a token. This token needs to be added by the CodeCov and Github repo admin (can see this article for help with doing so). @holgerd77 would you or someone with access be able to add this token to the repo? This may be enough to unblock us for now, and I would be able to also look into upgrading |
@scorbajio ah ok, yes I do remember the token request, sorry for not follwing up! 😬 Have now added following the instructions you linked! Would be great if you can re-pick this up! Living without coverage for far too long already! 🙂 |
…to troubleshoot-coverage-upload-failure
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
…ereumjs/ethereumjs-monorepo into troubleshoot-coverage-upload-failure
As can be seen on codecov, uploads of coverage data is successfully happening as expected. The issue was the secrets were not being passed from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done sir! LGTM
Cool! 🎉 |
This PR looks into issues that codecov is having with uploading coverage info. Currently, only the tx package is reporting coverage in codecov.
This PR was originally at #3375 before it was accidentally closed by resetting and force pushing the head commit.