From d3f5324386cf64bb1be2c64b9f885cfaa39a3604 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 26 Aug 2018 01:39:21 +0200 Subject: [PATCH] tox: coveralls: also report to codecov This is meant to get base coverage on master for codecov. --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6514421b6..7cabfd3d4 100644 --- a/tox.ini +++ b/tox.ini @@ -163,16 +163,18 @@ commands = [testenv:coveralls] -passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN +passenv = CI TRAVIS TRAVIS_* COVERALLS_REPO_TOKEN usedevelop = True changedir = . deps = {[testenv]deps} coveralls + codecov commands = coverage run --source=_pytest -m pytest testing coverage report -m coveralls + codecov [testenv:release] decription = do a release, required posarg of the version number