do not fail if no files for coverage combine

This commit is contained in:
Yun Xu 2017-08-10 08:39:02 -07:00
parent fbb2344895
commit 756bd19181

View File

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