diff --git a/Makefile b/Makefile index b761793a..d6b47ce6 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,8 @@ test: python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false -coverage: +coverage: + coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false coverage report -m coverage xml -i