same as before

This commit is contained in:
Cédric 2015-12-28 15:13:51 +01:00
parent 0f6e189f53
commit 46d543756b
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ help:
@echo " coverage to run coverage check of the source files."
coverage:
coverage run --source='gwift' manage.py test; coverage report; coverage html;
coverage run --source='gwift' gwift/manage.py test; coverage report; coverage html;
@echo "Testing of coverage in the sources finished."