Set source in .coveragerc.
This should make codecov.io pick the right source files up too.
This commit is contained in:
parent
67a0a6b944
commit
023d80fe40
@ -1,4 +1,5 @@
|
|||||||
[run]
|
[run]
|
||||||
|
source = qutebrowser
|
||||||
branch = true
|
branch = true
|
||||||
omit =
|
omit =
|
||||||
qutebrowser/__main__.py
|
qutebrowser/__main__.py
|
||||||
|
2
tox.ini
2
tox.ini
@ -35,7 +35,7 @@ deps =
|
|||||||
vulture==0.8.1
|
vulture==0.8.1
|
||||||
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 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}
|
{envpython} scripts/dev/check_coverage.py {posargs}
|
||||||
|
|
||||||
[testenv:mkvenv]
|
[testenv:mkvenv]
|
||||||
|
Loading…
Reference in New Issue
Block a user