Is your feature request related to a problem?
cython supports line coverage but pyx files are currently not included in the codecov reports. Having code coverage for cython code might help to remove unused cython code.
Describe the solution you'd like
pyx files are included in the codecov report.
Comment From: jbrockmendel
xref #25600
Comment From: twoertwein
xref #25600
If running cython with line coverage is much slower, having a nightly build as mentioned in the issue might be a better option. Happy to close this issue.
Comment From: jbrockmendel
are we even still using codecov?
Comment From: twoertwein
I don't see it run anymore.