Add test coverage to local makefile

pull/9/head
Yax 2 years ago
parent a62cb8eff1
commit 15413672c9

@ -4,8 +4,9 @@ black:
poetry run isort --multi-line 3 --profile black stacosys/
poetry run black stacosys/
test:
poetry run pytest
test:
poetry run coverage run -m --source=stacosys pytest
poetry run coverage report
typehint:
poetry run mypy --ignore-missing-imports stacosys/

Loading…
Cancel
Save