add 'except ImportError' and 'def cli' to coverage-excludes
This commit is contained in:
parent
d820c99ece
commit
b0a2f9a5f7
|
@ -1,6 +1,8 @@
|
|||
[report]
|
||||
exclude_lines =
|
||||
if __name__ == .__main__.:
|
||||
except ImportError
|
||||
def cli
|
||||
|
||||
[run]
|
||||
omit = tsstats/tests/*
|
||||
|
|
Loading…
Reference in New Issue