File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ script:
1616
1717after_success :
1818 - tox -e coveralls
19+ - tox -e codecov
1920
2021deploy :
2122 provider : pypi
Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ Apache 2.0 - See `LICENSE`_ for more information.
286286
287287.. |build | image :: https://travis-ci.org/GoogleCloudPlatform/gcloud-python.svg?branch=master
288288 :target: https://travis-ci.org/GoogleCloudPlatform/gcloud-python
289- .. |coverage | image :: https://coveralls .io/repos /GoogleCloudPlatform/gcloud-python/badge.png? branch= master
290- :target: https://coveralls .io/r /GoogleCloudPlatform/gcloud-python?branch=master
289+ .. |coverage | image :: https://codecov .io/gh /GoogleCloudPlatform/gcloud-python/branch/ master/graph/badge.svg
290+ :target: https://codecov .io/gh /GoogleCloudPlatform/gcloud-python
291291.. |pypi | image :: https://img.shields.io/pypi/v/gcloud.svg
292292 :target: https://pypi.python.org/pypi/gcloud
293293.. |versions | image :: https://img.shields.io/pypi/pyversions/gcloud.svg
Original file line number Diff line number Diff line change 1+ comment : false
2+ coverage :
3+ status :
4+ patch :
5+ default :
6+ target : ' 100'
7+ project :
8+ default :
9+ target : ' 100'
Original file line number Diff line number Diff line change @@ -75,6 +75,28 @@ setenv =
7575 PYTHONPATH =
7676passenv = {[testenv:system-tests]passenv}
7777
78+ [testenv:codecov]
79+ basepython =
80+ {[testenv:cover]basepython}
81+ passenv =
82+ CI
83+ TRAVIS_BUILD_ID
84+ TRAVIS
85+ TRAVIS_BRANCH
86+ TRAVIS_JOB_NUMBER
87+ TRAVIS_PULL_REQUEST
88+ TRAVIS_JOB_ID
89+ TRAVIS_REPO_SLUG
90+ TRAVIS_COMMIT
91+ deps =
92+ {[testenv:cover]deps}
93+ codecov>=1.4.0
94+ commands =
95+ {[testenv:cover]commands}
96+ codecov
97+ setenv =
98+ PYTHONPATH =
99+
78100[testenv:docs]
79101basepython =
80102 python2.7
You can’t perform that action at this time.
0 commit comments