Skip to content

Commit

Permalink
Remove codecov and coverage testenvs and env var config, unneeded.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 18, 2021
1 parent aa5ef50 commit 16fbd71
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,9 @@ commands =
pytest {posargs}
usedevelop = True
extras = testing
setenv =
COVERAGE_FILE={toxworkdir}/.coverage.{envname}
passenv =
windir # required for test_pkg_resources

[testenv:coverage]
description=Combine coverage data and create report
deps=coverage
skip_install=True
changedir={toxworkdir}
setenv=COVERAGE_FILE=.coverage
commands=coverage erase
coverage combine
coverage {posargs:xml}

[testenv:codecov]
description=[Only run on CI]: Upload coverage data to codecov
deps=codecov
skip_install=True
commands=codecov -X gcov --file {toxworkdir}/coverage.xml

[testenv:docs]
extras =
docs
Expand Down

0 comments on commit 16fbd71

Please sign in to comment.