Skip to content

Commit

Permalink
Merge pull request #89 from collerek/forwardref
Browse files Browse the repository at this point in the history
add xml output of test coverage
  • Loading branch information
collerek authored Jan 29, 2021
2 parents c506c60 + 1333814 commit 87abe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "${@}"

0 comments on commit 87abe95

Please sign in to comment.