[FIX][CI] generate xml coverage report from tox

This commit is contained in:
Benedek Racz 2020-01-27 16:41:22 +01:00
parent 8a84d0bb79
commit 961b85b8b6

View File

@ -9,3 +9,4 @@ commands =
pip install .[test]
coverage run -m unittest
coverage report --omit tests/*
coverage xml --omit tests/*