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