MISP/.coveragerc

13 lines
181 B
INI

[run]
branch = True
source = app
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*