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

@ -5,7 +5,8 @@ black:
poetry run black stacosys/ poetry run black stacosys/
test: test:
poetry run pytest poetry run coverage run -m --source=stacosys pytest
poetry run coverage report
typehint: typehint:
poetry run mypy --ignore-missing-imports stacosys/ poetry run mypy --ignore-missing-imports stacosys/