TeamspeakStats/.coveragerc

11 lines
145 B
Plaintext
Raw Normal View History

2015-07-29 15:25:08 -04:00
[report]
2015-07-31 16:01:28 -04:00
exclude_lines =
if __name__ == .__main__.:
except ImportError
def cli
[run]
omit =
tsstats/tests/*
tsstats/__main__.py