Merge pull request #3877 from blueyed/codecov-master

tox: coveralls: also report to codecov
This commit is contained in:
Bruno Oliveira 2018-08-26 09:19:03 -03:00 committed by GitHub
commit 4d19b94347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -162,16 +162,18 @@ commands =
[testenv:coveralls] [testenv:coveralls]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN passenv = CI TRAVIS TRAVIS_* COVERALLS_REPO_TOKEN
usedevelop = True usedevelop = True
changedir = . changedir = .
deps = deps =
{[testenv]deps} {[testenv]deps}
coveralls coveralls
codecov
commands = commands =
coverage run --source=_pytest -m pytest testing coverage run --source=_pytest -m pytest testing
coverage report -m coverage report -m
coveralls coveralls
codecov
[testenv:release] [testenv:release]
decription = do a release, required posarg of the version number decription = do a release, required posarg of the version number