Skip to content

Commit 893a240

Browse files
committed
fix(coverage): revert addition of "--timid" flag to coverage
It wasn't a workaround for deis/deis#727.
1 parent 98e5819 commit 893a240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ db:
4141
python manage.py syncdb --migrate --noinput
4242

4343
coverage:
44-
coverage run --timid manage.py test --noinput api web
44+
coverage run manage.py test --noinput api web
4545
coverage html
4646

4747
flake8:

0 commit comments

Comments
 (0)