From d2d0c6392c9142ee382a2b956175dce509deebb7 Mon Sep 17 00:00:00 2001 From: Yun Xu Date: Sun, 11 Jun 2017 08:06:16 -0700 Subject: [PATCH] add correct coverage report --- tox.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 3092e875..de1dc2d5 100644 --- a/tox.ini +++ b/tox.ini @@ -9,16 +9,14 @@ setenv = deps = coverage pytest + pytest-cov pytest-sugar aiohttp==1.3.5 chardet<=2.3.0 beautifulsoup4 gunicorn commands = - pytest tests {posargs} - coverage erase - coverage run -m sanic.app - coverage report + pytest tests --cov sanic --cov-report term-missing {posargs} [testenv:flake8] deps =