exclude main-call from coverage
This commit is contained in:
parent
3e22461b75
commit
f95aaf5737
|
@ -1,2 +1,4 @@
|
||||||
[report]
|
[report]
|
||||||
include = tsstats.py
|
include = tsstats.py
|
||||||
|
exclude_lines =
|
||||||
|
if __name__ == .__main__.:
|
||||||
|
|
Loading…
Reference in New Issue