Report coverage as HTML
This commit is contained in:
parent
4f05b88abf
commit
dd656e17a7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
export PATH=env/bin:${PATH}
|
||||
|
||||
nose2 $@ -C --coverage catfish --verbose
|
||||
nose2 $@ -C --coverage catfish --verbose --coverage-report term --coverage-report html
|
||||
|
||||
black catfish tests setup.py --check
|
||||
flake8 catfish tests setup.py --ignore=E128,E501
|
||||
|
|
Reference in a new issue