This coverage plugin works around this cython bug. For more information, see this comment.
Install the plugin:
pip install cython-coverage
Add it to .coveragerc
:
[run]
plugins = cython_coverage
This coverage plugin works around this cython bug. For more information, see this comment.
Install the plugin:
pip install cython-coverage
Add it to .coveragerc
:
[run]
plugins = cython_coverage