adds code coverage
This commit is contained in:
3
Makefile
3
Makefile
@ -17,6 +17,9 @@ develop: clean requirements
|
||||
test:
|
||||
py.test --nomigrations --reuse-db tests/
|
||||
|
||||
coverage:
|
||||
py.test --cov=personalisation --cov-report=term-missing --cov-report=html
|
||||
|
||||
lint: flake8 isort
|
||||
|
||||
flake8:
|
||||
|
Reference in New Issue
Block a user