@@ -14,11 +14,11 @@ Find coverage reports for all the [languages below](#languages), gather them and
14
14
## Usage
15
15
16
16
``` sh
17
- pip install --user codecov && codecov -t the-repository-upload-token
17
+ pip install --user codecov && codecov -t < the-repository-upload-token>
18
18
```
19
19
or
20
20
``` sh
21
- conda install -c conda-forge codecov && codecov -t the-repository-upload-token
21
+ conda install -c conda-forge codecov && codecov -t < the-repository-upload-token>
22
22
```
23
23
> ` --user ` argument not needed for Python projects. [ See example here] ( https://github.com/codecov/example-python ) .
24
24
@@ -35,7 +35,7 @@ Just please make sure to pass all the necessary environment variables through:
35
35
36
36
```
37
37
[testenv]
38
- passenv = TOXENV CI TRAVIS TRAVIS_*
38
+ passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
39
39
deps = codecov>=1.4.0
40
40
commands = codecov -e TOXENV
41
41
```
@@ -65,7 +65,7 @@ after_success:
65
65
` ` ` yaml
66
66
# private repository on Travis CI
67
67
install :
68
- - pip install --user codecov
68
+ - pip install codecov
69
69
# or
70
70
- conda install -c conda-forge codecov
71
71
after_success :
@@ -76,24 +76,22 @@ after_success:
76
76
## CI Providers
77
77
| Company | Supported | Token Required |
78
78
| --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
79
- | [Travis CI](https://travis-ci.org/) | Yes [](http ://travis-ci.org/codecov/codecov-python) | Private only |
79
+ | [Travis CI](https://travis-ci.org/) | Yes [](https ://travis-ci.org/codecov/codecov-python) | Private only |
80
80
| [CircleCI](https://circleci.com/) | Yes | Private only |
81
81
| [Codeship](https://codeship.com/) | Yes | Public & Private |
82
82
| [Jenkins](https://jenkins-ci.org/) | Yes | Public & Private |
83
83
| [Semaphore](https://semaphoreci.com/) | Yes | Public & Private |
84
84
| [Drone.io](https://drone.io/) | Yes | Public & Private |
85
- | [AppVeyor](http ://www.appveyor.com/) | Yes [](https://ci.appveyor.com/project/stevepeak/codecov-python/branch/master) | Private only |
85
+ | [AppVeyor](https ://www.appveyor.com/) | Yes [](https://ci.appveyor.com/project/stevepeak/codecov-python/branch/master) | Private only |
86
86
| [Wercker](http://wercker.com/) | Yes | Public & Private |
87
87
| [Magnum CI](https://magnum-ci.com/) | Yes | Public & Private |
88
- | [Shippable](http ://www.shippable.com/) | Yes | Public & Private |
88
+ | [Shippable](https ://www.shippable.com/) | Yes | Public & Private |
89
89
| [Gitlab CI](https://about.gitlab.com/gitlab-ci/) | Yes | Public & Private |
90
- | [Snap CI](https://snap-ci.com/) | Yes | Public & Private |
91
- | git / mercurial | Yes (as a fallback) | Public & Private |
92
- | [Buildbot](http://buildbot.net/) | ` coming soon` [buildbot/buildbot#1671](https://github.com/buildbot/buildbot/pull/1671) | |
90
+ | Git / Mercurial | Yes (as a fallback) | Public & Private |
91
+ | [Buildbot](https://buildbot.net/) | ` coming soon` [buildbot/buildbot#1671](https://github.com/buildbot/buildbot/pull/1671) | |
93
92
| [Bamboo](https://www.atlassian.com/software/bamboo) | `coming soon` | |
94
93
| [Solano Labs](https://www.solanolabs.com/) | `coming soon` | |
95
94
96
- > Using **Travis CI**? Uploader is compatible with `sudo: false` which can speed up your builds. :+1:
97
95
98
96
99
97
@@ -103,4 +101,4 @@ after_success:
103
101
104
102
# # Copyright
105
103
106
- > Copyright 2014-2017 codecov
104
+ > Copyright 2014-2019 codecov
0 commit comments