Add test coverage to local makefile
This commit is contained in:
parent
a62cb8eff1
commit
15413672c9
1 changed files with 3 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -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…
Add table
Reference in a new issue