FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Switch to codecov.io closes #1872 · googleapis/google-cloud-python@1d5973e · GitHub

Commit 1d5973e

Browse files
committed
Switch to codecov.io closes #1872
1 parent 986302f commit 1d5973e

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ script:
1515
- scripts/update_docs.sh
1616

1717
after_success:
18-
- tox -e coveralls
18+
- tox -e codecov
1919

2020
deploy:
2121
provider: pypi

‎README.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ Apache 2.0 - See `LICENSE`_ for more information.
212212

213213
.. |build| image:: https://travis-ci.org/GoogleCloudPlatform/gcloud-python.svg?branch=master
214214
:target: https://travis-ci.org/GoogleCloudPlatform/gcloud-python
215-
.. |coverage| image:: https://coveralls.io/repos/GoogleCloudPlatform/gcloud-python/badge.png?branch=master
216-
:target: https://coveralls.io/r/GoogleCloudPlatform/gcloud-python?branch=master
215+
.. |coverage| image:: http://codecov.io/github/googlecloudplatform/gcloud-python/coverage.svg?branch=master
216+
:target: https://codecov.io/github/googlecloudplatform/gcloud-python
217217
.. |pypi| image:: https://img.shields.io/pypi/v/gcloud.svg
218218
:target: https://pypi.python.org/pypi/gcloud
219219
.. |versions| image:: https://img.shields.io/pypi/pyversions/gcloud.svg

‎tox.ini‎

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,19 @@ deps =
6161
setenv =
6262
PYTHONPATH =
6363

64-
[testenv:coveralls]
65-
basepython = {[testenv:cover]basepython}
66-
commands =
67-
pip install gcloud[grpc]
68-
{[testenv]covercmd}
69-
coveralls
64+
[testenv:codecov]
65+
basepython =
66+
{[testenv:cover]basepython}
67+
passenv =
68+
CI TRAVIS_*
7069
deps =
7170
{[testenv:cover]deps}
72-
coveralls
71+
codecov>=1.4.0
72+
commands =
73+
{[testenv:cover]commands}
74+
codecov
7375
setenv =
7476
PYTHONPATH =
75-
passenv = {[testenv:system-tests]passenv}
7677

7778
[testenv:docs]
7879
basepython =

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL