Update Makefile

This commit is contained in:
Andrei 2024-10-06 00:20:23 +03:00
parent fb2e099401
commit a24a8f3eb7
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ remove:
pip3 uninstall python3_anticaptcha -y
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 html --precision=3 --skip-empty -d coverage/html/ && \
coverage xml -o coverage/coverage.xml