-
Notifications
You must be signed in to change notification settings - Fork 54
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
Debug codecov issues #759
Debug codecov issues #759
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #759 +/- ##
===========================================
- Coverage 92.67% 60.29% -32.39%
===========================================
Files 27 27
Lines 4928 4969 +41
===========================================
- Hits 4567 2996 -1571
- Misses 361 1973 +1612
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
One option is changing the setting |
Bash implementation doesn't fail the workflow. Seems to be an error during upload and it's requesting a token. I'm not sure if a new report was actually generated... Bash uploader is being deprecated, though there has been no indication on when they are fully deprecating it. |
Closing because this was just used to debug workflows. |
Debugging GitHub actions for uploading codecov report. Unittest actions have been failing since switching to using the codecov-action v4 in #758 .
Codecov uploads have sporadically been failing due to rate-limiting of 'tokenless' uploads. It is not actually tokenless, see explanation below.
This issue has been documented by others:
codecov/feedback#358
codecov/feedback#301
codecov/feedback#112