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