Skip to content

Commit

Permalink
feat(controller): restore coverage.py report for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Apr 15, 2015
1 parent ce4f8c3 commit 6053550
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ test-style: setup-venv
venv/bin/flake8

test-unit: setup-venv test-style
venv/bin/python manage.py test --noinput api
venv/bin/coverage run manage.py test --noinput api
venv/bin/coverage report -m

test-functional:
@docker history deis/test-etcd >/dev/null 2>&1 || docker pull deis/test-etcd:latest
Expand Down

0 comments on commit 6053550

Please sign in to comment.