@@ -14,11 +14,11 @@ Find coverage reports for all the [languages below](#languages), gather them and
1414## Usage
1515
1616``` sh
17- pip install --user codecov && codecov -t the-repository-upload-token
17+ pip install --user codecov && codecov -t < the-repository-upload-token>
1818```
1919or
2020``` 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>
2222```
2323> ` --user ` argument not needed for Python projects. [ See example here] ( https://github.com/codecov/example-python ) .
2424
@@ -35,7 +35,7 @@ Just please make sure to pass all the necessary environment variables through:
3535
3636```
3737[testenv]
38- passenv = TOXENV CI TRAVIS TRAVIS_*
38+ passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
3939deps = codecov>=1.4.0
4040commands = codecov -e TOXENV
4141```
@@ -65,7 +65,7 @@ after_success:
6565` ` ` yaml
6666# private repository on Travis CI
6767install :
68- - pip install --user codecov
68+ - pip install codecov
6969# or
7070 - conda install -c conda-forge codecov
7171after_success :
@@ -76,24 +76,22 @@ after_success:
7676## CI Providers
7777| Company | Supported | Token Required |
7878| --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
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 |
8080| [CircleCI](https://circleci.com/) | Yes | Private only |
8181| [Codeship](https://codeship.com/) | Yes | Public & Private |
8282| [Jenkins](https://jenkins-ci.org/) | Yes | Public & Private |
8383| [Semaphore](https://semaphoreci.com/) | Yes | Public & Private |
8484| [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 |
8686| [Wercker](http://wercker.com/) | Yes | Public & Private |
8787| [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 |
8989| [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) | |
9392| [Bamboo](https://www.atlassian.com/software/bamboo) | `coming soon` | |
9493| [Solano Labs](https://www.solanolabs.com/) | `coming soon` | |
9594
96- > Using **Travis CI**? Uploader is compatible with `sudo: false` which can speed up your builds. :+1:
9795
9896
9997
@@ -103,4 +101,4 @@ after_success:
103101
104102# # Copyright
105103
106- > Copyright 2014-2017 codecov
104+ > Copyright 2014-2019 codecov
0 commit comments