diff --git a/tox.ini b/tox.ini index dcebb050..ff43a139 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =