Add test coverage to local makefile

This commit is contained in:
Yax 2022-11-29 15:51:34 +01:00
parent a62cb8eff1
commit 15413672c9

View file

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