update include= in .coveragerc
This commit is contained in:
parent
7e2f4ba09f
commit
4df012bfb5
|
@ -1,4 +1,4 @@
|
||||||
[report]
|
[report]
|
||||||
include = tsstats.py
|
include = tsstats/*.py
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
if __name__ == .__main__.:
|
if __name__ == .__main__.:
|
||||||
|
|
Loading…
Reference in New Issue