Update Makefile
This commit is contained in:
parent
1460607e37
commit
53f239c8ed
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
install:
|
install:
|
||||||
cd src/ && pip install -e .
|
cd src/ && pip install -e .
|
||||||
|
|
||||||
test:
|
tests:
|
||||||
cd src/ && \
|
cd src/ && \
|
||||||
coverage run --rcfile=.coveragerc -m pytest -s tests --disable-warnings && \
|
coverage run --rcfile=.coveragerc -m pytest -s tests --disable-warnings && \
|
||||||
coverage report --precision=3 --sort=cover --skip-empty --show-missing && \
|
coverage report --precision=3 --sort=cover --skip-empty --show-missing && \
|
||||||
|
|
Loading…
Reference in New Issue