mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-28 10:01:19 +00:00
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>
12 lines
196 B
INI
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
|