mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-03-10 16:30:06 -04:00
Makefile: Add typecheck and coverage targets.
This commit is contained in:
parent
488e994fa7
commit
25a36a6d47
6
Makefile
6
Makefile
@ -2,3 +2,9 @@ test:
|
|||||||
python3 -m pytest
|
python3 -m pytest
|
||||||
python3 -m pytest --flake8 pantalaimon
|
python3 -m pytest --flake8 pantalaimon
|
||||||
python3 -m pytest --isort
|
python3 -m pytest --isort
|
||||||
|
|
||||||
|
coverage:
|
||||||
|
python3 -m pytest --cov=pantalaimon --cov-report term-missing
|
||||||
|
|
||||||
|
typecheck:
|
||||||
|
mypy --ignore-missing-imports pantalaimon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user