Update Makefile
This commit is contained in:
parent
fb2e099401
commit
a24a8f3eb7
3
Makefile
3
Makefile
|
@ -5,7 +5,8 @@ remove:
|
||||||
pip3 uninstall python3_anticaptcha -y
|
pip3 uninstall python3_anticaptcha -y
|
||||||
|
|
||||||
tests: install
|
tests: install
|
||||||
coverage run --rcfile=.coveragerc -m pytest --verbose --showlocals --pastebin=all tests --disable-warnings && \
|
coverage run --rcfile=.coveragerc -m pytest --verbose --showlocals --pastebin=all --disable-warnings \
|
||||||
|
tests/ && \
|
||||||
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