File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ source = src
35
35
.tox/*/lib/python*/site-packages
36
36
.tox/pypy*/site-packages
37
37
.tox\*\Lib\site-packages
38
- */virtualenv.py
39
- *\virtualenv.py
38
+ */src
39
+ *\src
40
40
41
41
[testenv:coverage]
42
42
description = [run locally after tests]: combine coverage data and create report;
@@ -47,11 +47,11 @@ deps = {[testenv]deps}
47
47
skip_install = True
48
48
passenv = DIFF_AGAINST
49
49
setenv = COVERAGE_FILE ={toxworkdir}/.coverage
50
- commands = coverage erase
51
- coverage combine
52
- coverage report -m
53
- coverage xml -o {toxworkdir}/coverage.xml
54
- coverage html -d {toxworkdir}/htmlcov
50
+ commands = coverage erase -- rcfile = " {toxinidir}/tox.ini "
51
+ coverage combine -- rcfile = " {toxinidir}/tox.ini "
52
+ coverage report -m -- rcfile = " {toxinidir}/tox.ini "
53
+ coverage xml -o {toxworkdir}/coverage.xml -- rcfile = " {toxinidir}/tox.ini "
54
+ coverage html -d {toxworkdir}/htmlcov -- rcfile = " {toxinidir}/tox.ini "
55
55
diff-cover --compare-branch {env:DIFF_AGAINST:origin/master} {toxworkdir}/coverage.xml
56
56
57
57
[testenv:cross_python2]
You can’t perform that action at this time.
0 commit comments