Skip to content

Commit 830801d

Browse files
Revert "bugfix optiongroupserializer missing (#344)"
This reverts commit 8cf7e38.
1 parent e39f882 commit 830801d

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)