From c84d6a9a93911580b8858424dcfb2cbe78bc5402 Mon Sep 17 00:00:00 2001 From: Ian Harrison Date: Mon, 27 Feb 2023 16:35:25 +0100 Subject: [PATCH] added write coverage to xml (#103) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d417d79e..8db233d4 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ commands = pip freeze cobaya-install planck_2018_highl_plik.TTTEEE_lite_native --no-set-global !cov: pytest --pyargs soliket {posargs} - cov: pytest --pyargs soliket --cov soliket --cov-config={toxinidir}/setup.cfg {posargs} + cov: pytest --pyargs soliket --cov soliket --cov-report=xml --cov-config={toxinidir}/setup.cfg {posargs} [testenv:codestyle] skip_install = true