-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use codecov v4, single upload step, and non-codecov reports #14
Conversation
Nice! Thanks @Czaki! However it is currently failing in a weird way. 😅 |
It is not verid. I hit this every time I migrate to this schema. it is only problem with paths between operating systems... |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14 +/- ##
==========================================
- Coverage 80.40% 75.27% -5.13%
==========================================
Files 6 6
Lines 546 546
Branches 95 121 +26
==========================================
- Hits 439 411 -28
Misses 73 73
- Partials 34 62 +28 ☔ View full report in Codecov by Sentry. |
@jni it is ready to review. It looks like branch coverage is handled differently on codecov.io and normal report. |
Amazing! Thank you @Czaki! |
This PR solves #13 (comment) and moves coverage upload to a separate step to make the CI logs cleaner.
It also adds support for GHA-only coverage reports using the method from
hynek.me/articles/ditch-codecov-python