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/*