Skip to content

Commit 4d19b94

Browse files
authored
Merge pull request #3877 from blueyed/codecov-master
tox: coveralls: also report to codecov
2 parents c15b537 + d3f5324 commit 4d19b94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,18 @@ commands =
162162

163163

164164
[testenv:coveralls]
165-
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
165+
passenv = CI TRAVIS TRAVIS_* COVERALLS_REPO_TOKEN
166166
usedevelop = True
167167
changedir = .
168168
deps =
169169
{[testenv]deps}
170170
coveralls
171+
codecov
171172
commands =
172173
coverage run --source=_pytest -m pytest testing
173174
coverage report -m
174175
coveralls
176+
codecov
175177

176178
[testenv:release]
177179
decription = do a release, required posarg of the version number

0 commit comments

Comments
 (0)