We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39f882 commit 830801dCopy full SHA for 830801d
Makefile
@@ -18,7 +18,8 @@ test:
18
python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true
19
python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false
20
21
-coverage:
+coverage:
22
+ coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true
23
coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false
24
coverage report -m
25
coverage xml -i
0 commit comments