We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4f8c3 commit 6053550Copy full SHA for 6053550
1 file changed
controller/Makefile
@@ -67,7 +67,8 @@ test-style: setup-venv
67
venv/bin/flake8
68
69
test-unit: setup-venv test-style
70
- venv/bin/python manage.py test --noinput api
+ venv/bin/coverage run manage.py test --noinput api
71
+ venv/bin/coverage report -m
72
73
test-functional:
74
@docker history deis/test-etcd >/dev/null 2>&1 || docker pull deis/test-etcd:latest
0 commit comments