mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-15 19:48:06 +00:00
13 lines
229 B
INI
13 lines
229 B
INI
#coverage.py configuration
|
|
[run]
|
|
source = setools
|
|
# This is SWIG generated:
|
|
omit = setools/policyrep/qpol.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
raise NotImplementedError
|
|
return NotImplemented
|