mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-30 07:16:46 +00:00
12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
#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
|