setools/.coveragerc
Chris PeBenito 507775236c .coveragerc: Reenable Cython coverage plugin.
Cython coverage is only a problem when run through tox.  Disable the coverage
target in Travis Ci until this can be addressed.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2020-03-16 12:58:39 -04:00

12 lines
196 B
INI

#coverage.py configuration
[run]
source = setools
plugins = Cython.Coverage
[report]
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError
return NotImplemented