Update Makefile

This commit is contained in:
Andrei 2022-12-14 12:43:22 +03:00
parent 1460607e37
commit 53f239c8ed
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
install:
cd src/ && pip install -e .
test:
tests:
cd src/ && \
coverage run --rcfile=.coveragerc -m pytest -s tests --disable-warnings && \
coverage report --precision=3 --sort=cover --skip-empty --show-missing && \