Skip to content

Commit 7f60f4b

Browse files
committed
-Updated coverage instruction to output results in both terminal and xml file
1 parent 3e8e646 commit 7f60f4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ bandit -r vcert/
99
# ID 40291 is pip, ignore so we can still test python 2.7
1010
safety check -i 40291
1111

12-
pytest -v --junit-xml=junit.xml --junit-prefix=`python -V | tr ' ' '_'` --cov=vcert --cov=vcert.parser --cov=vcert.policy --cov-report term-missing
12+
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

Comments
 (0)