From f7090f26a0dfcbe7a46ecbf285480a3a6a284d51 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 27 Feb 2022 16:38:08 +0200 Subject: [PATCH] Output coverage XML for Codecov to upload --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9022a23..48e8339 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =