From 961b85b8b68ddd232cae7557f152859c6d489996 Mon Sep 17 00:00:00 2001 From: Benedek Racz Date: Mon, 27 Jan 2020 16:41:22 +0100 Subject: [PATCH] [FIX][CI] generate xml coverage report from tox --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index cf56dec..73493dc 100644 --- a/tox.ini +++ b/tox.ini @@ -9,3 +9,4 @@ commands = pip install .[test] coverage run -m unittest coverage report --omit tests/* + coverage xml --omit tests/*