File tree Expand file tree Collapse file tree 4 files changed +34
-2
lines changed Expand file tree Collapse file tree 4 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ script:
16
16
17
17
after_success :
18
18
- tox -e coveralls
19
+ - tox -e codecov
19
20
20
21
deploy :
21
22
provider : pypi
Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ Apache 2.0 - See `LICENSE`_ for more information.
286
286
287
287
.. |build | image :: https://travis-ci.org/GoogleCloudPlatform/gcloud-python.svg?branch=master
288
288
: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
291
291
.. |pypi | image :: https://img.shields.io/pypi/v/gcloud.svg
292
292
:target: https://pypi.python.org/pypi/gcloud
293
293
.. |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 =
75
75
PYTHONPATH =
76
76
passenv = {[testenv:system-tests]passenv}
77
77
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
+
78
100
[testenv:docs]
79
101
basepython =
80
102
python2.7
You can’t perform that action at this time.
0 commit comments