| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ script: | |||
| 15 | 15 | - scripts/update_docs.sh | |
| 16 | 16 | ||
| 17 | 17 | after_success: | |
| 18 | - - tox -e coveralls | ||
| 18 | + - tox -e codecov | ||
| 19 | 19 | ||
| 20 | 20 | deploy: | |
| 21 | 21 | provider: pypi | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -212,8 +212,8 @@ Apache 2.0 - See `LICENSE`_ for more information. | |||
| 212 | 212 | ||
| 213 | 213 | .. |build| image:: https://travis-ci.org/GoogleCloudPlatform/gcloud-python.svg?branch=master | |
| 214 | 214 | :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 | ||
| 217 | 217 | .. |pypi| image:: https://img.shields.io/pypi/v/gcloud.svg | |
| 218 | 218 | :target: https://pypi.python.org/pypi/gcloud | |
| 219 | 219 | .. |versions| image:: https://img.shields.io/pypi/pyversions/gcloud.svg | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,18 +61,19 @@ deps = | |||
| 61 | 61 | setenv = | |
| 62 | 62 | PYTHONPATH = | |
| 63 | 63 | ||
| 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_* | ||
| 70 | 69 | deps = | |
| 71 | 70 | {[testenv:cover]deps} | |
| 72 | - coveralls | ||
| 71 | + codecov>=1.4.0 | ||
| 72 | + commands = | ||
| 73 | + {[testenv:cover]commands} | ||
| 74 | + codecov | ||
| 73 | 75 | setenv = | |
| 74 | 76 | PYTHONPATH = | |
| 75 | - passenv = {[testenv:system-tests]passenv} | ||
| 76 | 77 | ||
| 77 | 78 | [testenv:docs] | |
| 78 | 79 | basepython = | |
| Back | FazBrowse Home | New Git URL |
0 commit comments