Update Makefile
This commit is contained in:
parent
36c8b1c851
commit
c5fac40eb4
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ install:
|
||||||
cd src/ && pip install -e .
|
cd src/ && pip install -e .
|
||||||
|
|
||||||
tests: install
|
tests: install
|
||||||
coverage run --rcfile=.coveragerc -m pytest -s tests --disable-warnings && \
|
coverage run --rcfile=.coveragerc -m pytest --verbose --showlocals --pastebin=all tests --disable-warnings && \
|
||||||
coverage report --precision=3 --sort=cover --skip-empty --show-missing && \
|
coverage report --precision=3 --sort=cover --skip-empty --show-missing && \
|
||||||
coverage html --precision=3 --skip-empty -d coverage/html/ && \
|
coverage html --precision=3 --skip-empty -d coverage/html/ && \
|
||||||
coverage xml -o coverage/coverage.xml
|
coverage xml -o coverage/coverage.xml
|
||||||
|
|
Loading…
Reference in New Issue