mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-22 11:06:30 +00:00
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
|