Update Makefile

This commit is contained in:
Andrei 2022-12-14 12:30:56 +03:00
parent c91de8d58c
commit 2a26669ada
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ remove:
test:
coverage run --rcfile=.coveragerc -m pytest -s tests --disable-warnings && \
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
coverage html --precision=3 --skip-empty -d html/ && \
coverage xml -o coverage.xml
refactor:
autoflake --in-place \