Skip to content

Commit 78eeceb

Browse files
Merge pull request #364 from django-oscar/revert-344-fix/optiongroupserializer
Revert "bugfix optiongroupserializer missing (#344)"
2 parents e39f882 + 830801d commit 78eeceb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ test:
1818
python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true
1919
python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false
2020

21-
coverage:
21+
coverage:
22+
coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true
2223
coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false
2324
coverage report -m
2425
coverage xml -i

0 commit comments

Comments
 (0)