MISP/.coveragerc

13 lines
181 B
Plaintext
Raw Permalink Normal View History

2015-09-27 10:55:55 +02:00
[run]
branch = True
source = app
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*