Skip to content

Commit fdbc1e6

Browse files
authoredApr 18, 2018
Merge pull request ceph#21485 from tchaikov/wip-tox
test/dashboard: hardcode .coverage path to workaround tox bugs Reviewed-by: Ricardo Dias <[email protected]>
2 parents c643ffd + 32b07dd commit fdbc1e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎src/pybind/mgr/dashboard/tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ setenv=
1414
py27: PYTHONPATH = {toxinidir}/../../../../build/lib/cython_modules/lib.2
1515
py3: PYTHONPATH = {toxinidir}/../../../../build/lib/cython_modules/lib.3
1616
cov: UNITTEST = true
17-
cov: COVERAGE_FILE = .coverage.{envname}
1817
commands=
1918
cov: coverage erase
2019
cov: {envbindir}/py.test --cov=. --cov-report= --junitxml=junit.{envname}.xml --doctest-modules controllers/rbd.py services/ tests/ tools.py
21-
cov: coverage combine {toxinidir}/{env:COVERAGE_FILE}
20+
cov: coverage combine {toxinidir}/.coverage
2221
cov: coverage report
2322
cov: coverage xml
2423
lint: pylint --rcfile=.pylintrc --jobs=5 . module.py tools.py controllers tests services

0 commit comments

Comments
 (0)