Update Makefile

This commit is contained in:
Andrei 2023-03-20 04:00:40 +03:00
parent 36c8b1c851
commit c5fac40eb4
1 changed files with 1 additions and 1 deletions

View File

@ -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