Don't generate HTML coverage by default.
This commit is contained in:
parent
3179455e69
commit
409b32122e
@ -13,8 +13,5 @@ exclude_lines =
|
|||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
if __name__ == ["']__main__["']:
|
if __name__ == ["']__main__["']:
|
||||||
|
|
||||||
[html]
|
|
||||||
directory=.htmlcov
|
|
||||||
|
|
||||||
[xml]
|
[xml]
|
||||||
output=.coverage.xml
|
output=.coverage.xml
|
||||||
|
2
tox.ini
2
tox.ini
@ -27,7 +27,7 @@ deps =
|
|||||||
cov-core==1.15.0
|
cov-core==1.15.0
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{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} scripts/dev/check_coverage.py
|
||||||
{envpython} -m qutebrowser --no-err-windows --nowindow --temp-basedir about:blank ":later 500 quit"
|
{envpython} -m qutebrowser --no-err-windows --nowindow --temp-basedir about:blank ":later 500 quit"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user