TeamspeakStats/.coveragerc

12 lines
165 B
Text
Raw Normal View History

2015-07-29 21:25:08 +02:00
[report]
2015-07-31 22:01:28 +02:00
exclude_lines =
if __name__ == .__main__.:
except ImportError
def cli
[run]
omit =
tsstats/tests/*
tsstats/__main__.py
tsstats/logger.py