Don't generate HTML coverage by default.

This commit is contained in:
Florian Bruhin 2015-08-08 22:55:13 +02:00
parent 3179455e69
commit 409b32122e
2 changed files with 1 additions and 4 deletions

View File

@ -13,8 +13,5 @@ exclude_lines =
raise NotImplementedError
if __name__ == ["']__main__["']:
[html]
directory=.htmlcov
[xml]
output=.coverage.xml

View File

@ -27,7 +27,7 @@ deps =
cov-core==1.15.0
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m py.test --strict -rfEsw --cov qutebrowser --cov-report html --cov-report xml --cov-report= {posargs:tests}
{envpython} -m py.test --strict -rfEsw --cov qutebrowser --cov-report xml --cov-report= {posargs:tests}
{envpython} scripts/dev/check_coverage.py
{envpython} -m qutebrowser --no-err-windows --nowindow --temp-basedir about:blank ":later 500 quit"