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
commands =
pytest tests --cov sanic --cov-report= {posargs}
coverage combine --append
- coverage combine --append
coverage report -m
[testenv:flake8]