We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c643ffd + 32b07dd commit fdbc1e6Copy full SHA for fdbc1e6
src/pybind/mgr/dashboard/tox.ini
@@ -14,11 +14,10 @@ setenv=
14
py27: PYTHONPATH = {toxinidir}/../../../../build/lib/cython_modules/lib.2
15
py3: PYTHONPATH = {toxinidir}/../../../../build/lib/cython_modules/lib.3
16
cov: UNITTEST = true
17
- cov: COVERAGE_FILE = .coverage.{envname}
18
commands=
19
cov: coverage erase
20
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}
+ cov: coverage combine {toxinidir}/.coverage
22
cov: coverage report
23
cov: coverage xml
24
lint: pylint --rcfile=.pylintrc --jobs=5 . module.py tools.py controllers tests services
0 commit comments