Skip to content

Commit

Permalink
fix cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
yunstanford committed Aug 10, 2017
1 parent bda6c85 commit fbb2344
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ deps =
beautifulsoup4
gunicorn
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]
deps =
Expand Down

0 comments on commit fbb2344

Please sign in to comment.