Merge pull request #89 from collerek/forwardref
add xml output of test coverage
This commit is contained in:
@ -9,4 +9,4 @@ fi
|
|||||||
|
|
||||||
set -x
|
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 "${@}"
|
||||||
|
|||||||
Reference in New Issue
Block a user