-
-
Notifications
You must be signed in to change notification settings - Fork 362
Codecov v5 #3312
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 v5 #3312
Conversation
It's more stable and requires a token that is already in the config. Alpine needs curl, gpg, git and jq because of a bug in codecov-action [[1]]. [1]: codecov/codecov-action#1320
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3312 +/- ##
===============================================
Coverage 100.00000% 100.00000%
===============================================
Files 125 125
Lines 19253 19253
Branches 1304 1304
===============================================
Hits 19253 19253 🚀 New features to boost your workflow:
|
I think the upload error is because the first time (and second time) around the pypy 3.10 on Windows failed. But not sure! |
oh, that sounds very reasonable then. And if there was a more systemic issue we'd probably see more errors than that single run |
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.
have not reviewed in detail, but if it works it works
If there's any issues with this I would be happy to make a followup PR. I'll merge this just so we don't have to think about this anymore... |
Agreed. It doesn't look as flaky anymore. |
@A5rocks FYI changing |
This one is definitely due to excluding it on coveragepy level. |
I think that was the main change that fixes using v5, which is annoying. I'll see if we can include the |
Hopefully #3314 fixes that, we'll see! |
Closes #3285
Closes #3161
This is just #3161 with fixes applied on top that should make codecov happy. I also went ahead and did what the comment said to do (enable
fail_ci_if_error
) even if I don't think we should. If it's flakey we can disable it later.