ci: upload mypy coverage artifacts

This commit is contained in:
Dima Gerasimov 2020-09-29 19:28:05 +01:00
parent 4a95f9a63e
commit 4ea2877754
2 changed files with 8 additions and 0 deletions

View file

@ -36,7 +36,10 @@ commands =
# todo I guess use a script...
python3 -m mypy -p my.hypothesis \
-p my.instapaper \
--txt-report .mypy-coverage \
--html-report .mypy-coverage \
{posargs}
# txt report is a bit more convenient to view on CI
# ideally, keep core modules only here