Skip to content

Commit

Permalink
Set source in .coveragerc.
Browse files Browse the repository at this point in the history
This should make codecov.io pick the right source files up too.
  • Loading branch information
The-Compiler committed Oct 23, 2015
1 parent 67a0a6b commit 023d80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
@@ -1,4 +1,5 @@
[run]
source = qutebrowser
branch = true
omit =
qutebrowser/__main__.py
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -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]
Expand Down

0 comments on commit 023d80f

Please sign in to comment.