Merge pull request #886 from yunstanford/fix-cov-report

Fix cov report
This commit is contained in:
Raphael Deem 2017-08-14 16:21:50 -07:00 committed by GitHub
commit 4155e76a81

View File

@ -17,7 +17,9 @@ deps =
beautifulsoup4 beautifulsoup4
gunicorn gunicorn
commands = commands =
pytest tests --cov sanic --cov-report term-missing {posargs} pytest tests --cov sanic --cov-report= {posargs}
- coverage combine --append
coverage report -m
[testenv:flake8] [testenv:flake8]
deps = deps =