Set source in .coveragerc.

This should make codecov.io pick the right source files up too.
This commit is contained in:
Florian Bruhin 2015-10-23 07:52:49 +02:00
parent 67a0a6b944
commit 023d80fe40
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
[run]
source = qutebrowser
branch = true
omit =
qutebrowser/__main__.py

View File

@ -35,7 +35,7 @@ deps =
vulture==0.8.1
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m py.test --strict -rfEsw --cov qutebrowser --cov-report xml --cov-report=html --cov-report= {posargs:tests}
{envpython} -m py.test --strict -rfEsw --cov --cov-report xml --cov-report=html --cov-report= {posargs:tests}
{envpython} scripts/dev/check_coverage.py {posargs}
[testenv:mkvenv]