mirror of https://github.com/MISP/MISP
13 lines
181 B
Plaintext
13 lines
181 B
Plaintext
|
[run]
|
||
|
branch = True
|
||
|
source = app
|
||
|
|
||
|
[report]
|
||
|
exclude_lines =
|
||
|
pragma: no cover
|
||
|
raise NotImplementedError
|
||
|
if __name__ == .__main__.:
|
||
|
ignore_errors = True
|
||
|
omit =
|
||
|
tests/*
|