Output coverage XML for Codecov to upload

This commit is contained in:
Hugo van Kemenade 2022-02-27 16:38:08 +02:00
parent 4ae6c16f57
commit f7090f26a0

View file

@ -13,7 +13,7 @@ passenv =
extras =
tests
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]
passenv =