We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8e646 commit 7f60f4bCopy full SHA for 7f60f4b
1 file changed
docker-entrypoint.sh
@@ -9,4 +9,4 @@ bandit -r vcert/
9
# ID 40291 is pip, ignore so we can still test python 2.7
10
safety check -i 40291
11
12
-pytest -v --junit-xml=junit.xml --junit-prefix=`python -V | tr ' ' '_'` --cov=vcert --cov=vcert.parser --cov=vcert.policy --cov-report term-missing
+pytest -v --junit-xml=junit.xml --junit-prefix=`python -V | tr ' ' '_'` --cov=vcert --cov=vcert.parser --cov=vcert.policy --cov-report term --cov-report xml
0 commit comments