cython-coverage

A coverage plugin to work around a cython coverage bug


License
Apache-2.0
Install
pip install cython-coverage==0.0.0

Documentation

Cython Coverage

This coverage plugin works around this cython bug. For more information, see this comment.

Usage

Install the plugin:

pip install cython-coverage

Add it to .coveragerc:

[run]
plugins = cython_coverage