-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
🧪 Collect Cython coverage in CI #961
🧪 Collect Cython coverage in CI #961
Conversation
b8e3635
to
6ff8073
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #961 +/- ##
==========================================
- Coverage 99.74% 97.82% -1.92%
==========================================
Files 4 5 +1
Lines 772 1012 +240
Branches 219 219
==========================================
+ Hits 770 990 +220
- Misses 2 22 +20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6ff8073
to
8667bf4
Compare
@mjpieters @Dreamsorcerer does the change note sound comprehensive enough? https://yarl--961.org.readthedocs.build/en/961/changes/#contributor-facing-changes |
Yep, nice. |
PyPy is failing because coveragepy loads the cython plugin and emits a warning: nedbat/coveragepy#1702. I think I'll just stick a |
134b8d6
to
baade0c
Compare
baade0c
to
d3f9460
Compare
Postponing merging since Coverage.py is unable to map non-editable install lines to the source: it reports 0 lines and 100% coverage. Need to investigate. |
While I have your attention, are you happy with adding bdraco to committers? |
Yeah, I meant to respond. Sorry. I'm all for it! Could you make a separate issue for transparency, though? Maybe, tag some active folks across the org? @mjpieters somes to mind. Here are the previous examples: https://github.com/aio-libs/aiohttp/issues?q=is%3Aissue+sort%3Aupdated-desc+Nominate. |
d3f9460
to
1a126c6
Compare
Apparently, I forgot to pass the same cython directives to the bare |
FTR this change revealed that parts of the tests aren't being executed. |
$sbj.