add 'except ImportError' and 'def cli' to coverage-excludes

This commit is contained in:
Thor77 2016-05-11 20:22:20 +02:00
parent d820c99ece
commit b0a2f9a5f7
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
[report]
exclude_lines =
if __name__ == .__main__.:
except ImportError
def cli
[run]
omit = tsstats/tests/*