Skip to content

Commit 3e8e646

Browse files
committed
-Added flag --cov-report to coverage output
1 parent 5d3783b commit 3e8e646

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

0 commit comments

Comments
 (0)