Merge pull request #391 from pylast/fix-coverage

This commit is contained in:
Hugo van Kemenade 2022-02-27 16:45:33 +02:00 committed by GitHub
commit 00f92eb436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 =