1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-28 04:50:23 -07:00

Tell coverage where the source is

Otherwise, it was trying to cover the test files...
This commit is contained in:
Adrian Sampson 2019-06-30 10:35:49 -04:00
parent d306f592e4
commit 6bdb973afe

View File

@ -18,5 +18,5 @@ basepytthon = python3.7
deps =
coverage
commands =
coverage run -m unittest {posargs} discover -s tests
coverage run --source=wideq -m unittest {posargs} discover -s tests
coverage report