Lines Matching +full:upload +full:- +full:coverage
10 coverage,
17 setenv = COVERAGE_FILE={toxworkdir}/.coverage.{envname}
19 commands = python -m pytest {posargs: "{toxinidir}/dateutil/test" --cov-config="{toxinidir}/tox.ini…
20 deps = -rrequirements-dev.txt
22 [testenv:coverage]
23 description = combine coverage data and create reports argument
24 deps = coverage argument
27 setenv = COVERAGE_FILE=.coverage argument
28 commands = coverage erase argument
29 coverage combine
30 coverage report --rcfile={toxinidir}/tox.ini
31 coverage xml
34 description = [only run on CI]: upload coverage data to codecov (depends on coverage running first)
37 commands = codecov --file {toxworkdir}/coverage.xml
42 commands = python -m pip list --format=columns
43 python -c 'import sys; print(sys.executable)'
45 [coverage:run]
48 [coverage:report]
57 deps = -r {toxinidir}/requirements-dev.txt
64 description = invoke sphinx-build to build the HTML docs, check that URIs are valid
66 deps = -r docs/requirements-docs.txt
68 commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --c…
69 …sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --color -blin…
70 python setup.py check -r -s