Output coverage XML for Codecov to upload
This commit is contained in:
parent
4ae6c16f57
commit
f7090f26a0
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