Skip to content

Commit b5aea48

Browse files
Gabriel MonroyMatthew Fisher
authored andcommitted
refactor(cm): remove deprecated cm and provider packages from test and coverage
1 parent aa8bafc commit b5aea48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

controller/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean:
1212
-docker rmi deis/controller
1313

1414
test:
15-
python manage.py test --noinput api cm provider web
15+
python manage.py test --noinput api web
1616

1717
runserver:
1818
python manage.py runserver
@@ -21,7 +21,7 @@ db:
2121
python manage.py syncdb --migrate --noinput
2222

2323
coverage:
24-
coverage run manage.py test --noinput api cm provider web
24+
coverage run manage.py test --noinput api web
2525
coverage html
2626

2727
flake8:

0 commit comments

Comments
 (0)