Merge pull request #89 from collerek/forwardref

add xml output of test coverage
This commit is contained in:
collerek
2021-01-29 22:05:29 +07:00
committed by GitHub

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 "${@}"