Merge pull request #391 from pylast/fix-coverage
This commit is contained in:
commit
00f92eb436
2
tox.ini
2
tox.ini
|
@ -13,7 +13,7 @@ passenv =
|
||||||
extras =
|
extras =
|
||||||
tests
|
tests
|
||||||
commands =
|
commands =
|
||||||
pytest -v -s -W all --cov pylast --cov tests --cov-report term-missing --random-order {posargs}
|
pytest -v -s -W all --cov pylast --cov tests --cov-report term-missing --cov-report xml --random-order {posargs}
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
passenv =
|
passenv =
|
||||||
|
|
Loading…
Reference in a new issue