Skip to content

Commit d3f5324

Browse files
committed
tox: coveralls: also report to codecov
This is meant to get base coverage on master for codecov.
1 parent 71b4995 commit d3f5324

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
@@ -163,16 +163,18 @@ commands =
163163

164164

165165
[testenv:coveralls]
166-
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
166+
passenv = CI TRAVIS TRAVIS_* COVERALLS_REPO_TOKEN
167167
usedevelop = True
168168
changedir = .
169169
deps =
170170
{[testenv]deps}
171171
coveralls
172+
codecov
172173
commands =
173174
coverage run --source=_pytest -m pytest testing
174175
coverage report -m
175176
coveralls
177+
codecov
176178

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

0 commit comments

Comments
 (0)