add coverage output for mypy

This commit is contained in:
Manuel Barkhau 2019-01-07 15:03:16 +01:00
parent c85c80abda
commit d702a8f07b
4 changed files with 8 additions and 2 deletions

View file

@ -301,7 +301,9 @@ mypy:
@rm -rf ".mypy_cache";
@printf "mypy ....\n"
@MYPYPATH=stubs/:vendor/ $(DEV_ENV_PY) -m mypy src/
@MYPYPATH=stubs/:vendor/ $(DEV_ENV_PY) -m mypy \
--html-report mypycov \
src/ | sed "/Generated HTML report/d"
@printf "\e[1F\e[9C ok\n"