We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f25cc54 + f4e5906 commit 5a3e51fCopy full SHA for 5a3e51f
1 file changed
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