diff --git a/Makefile b/Makefile index 6526eb1..f53f4c5 100644 --- a/Makefile +++ b/Makefile @@ -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