Collect coverage
This commit is contained in:
parent
c5400915de
commit
f45f551bdf
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
bandit==1.4.0
|
||||
coverage==4.4.1
|
||||
flake8==3.3.0
|
||||
freezegun==0.3.9
|
||||
mypy==0.511
|
||||
|
|
|
@ -2,4 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
python3 -m unittest -v $@
|
||||
coverage run --source=md_pdf -m unittest -v $@
|
||||
|
||||
coverage report
|
||||
coverage html
|
||||
|
|
Reference in a new issue