1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python142 forks (142 forks)github user discovery
enhancementhelp wanted
Repository metrics
- Stars
- 1,021 stars (1,021 stars)
- PR merge metrics
- Avg merge 24d 19h (Avg merge 24d 19h)3 merged PRs in 30d (3 merged PRs in 30d)
Description
We added code coverage for .py files in #63, but this doesn't cover Cython .pxd or .pyx files. We should get Cython code coverage working.
These might be helpful:
Contributor guide
- Research direction
- Investigate Cython coverage tools (e.g., cython coverage) and integrate them into the existing test coverage setup for Python files.
- Tech stack
- python
- Domain
- testingbuild system
- Issue type
- Feature
- Prerequisites
- PythonCythoncoverage tools