Add test coverage to local makefile

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

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

Loading…
Cancel
Save