From ffbf2e21e156120208782752aab454ed5b2023ab Mon Sep 17 00:00:00 2001 From: Frederich Nikolaj Godsk Pedersen Date: Thu, 6 Jun 2024 14:59:21 +0200 Subject: [PATCH] Update tox to export coverage file --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a939532..ccbc10e 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ extras = test commands = coverage run -m pytest - coverage report + coverage xml [testenv:lint] description = run linters