add xml output of test coverage

This commit is contained in:
collerek
2021-01-29 16:01:25 +01:00
parent f09355c5d8
commit 1333814d6f

View File

@ -9,4 +9,4 @@ fi
set -x
PYTHONPATH=. ${PREFIX}pytest --ignore venv --cov=${PACKAGE} --cov=tests --cov-fail-under=100 --cov-report=term-missing "${@}"
PYTHONPATH=. ${PREFIX}pytest --ignore venv --cov=${PACKAGE} --cov=tests --cov-report=xml --cov-fail-under=100 --cov-report=term-missing "${@}"