|
1 | 1 | Codecov Global Python Uploader  [](https://codecov.io/github/codecov/codecov-python) [](https://github.com/psf/black)
|
2 | 2 | =======
|
3 |
| -| [https://codecov.io/][1] | [@codecov][2] | [[email protected]][3] | |
4 |
| -| ------------------------ | ------------- | --------------------- | |
| 3 | +| [https://codecov.io/][1] | [https://community.codecov.io/][2] | [@codecov][3] | [[email protected]][4] | |
| 4 | +| ------------------------ | ---------------------------------- | ------------- | --------------------- | |
5 | 5 |
|
6 | 6 | Find coverage reports for all the [languages below](#languages), gather them and submit them to Codecov.
|
7 | 7 |
|
@@ -75,34 +75,36 @@ after_success:
|
75 | 75 |
|
76 | 76 | ## CI Providers
|
77 | 77 | | Company | Supported | Token Required |
|
78 |
| -| --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | |
79 |
| -| [Travis CI](https://travis-ci.org/) | Yes [](https://travis-ci.org/codecov/codecov-python) | Private only | |
80 |
| -| [CircleCI](https://circleci.com/) | Yes | Private only | |
81 |
| -| [Codeship](https://codeship.com/) | Yes | Public & Private | |
82 |
| -| [Jenkins](https://jenkins-ci.org/) | Yes | Public & Private | |
83 |
| -| [Semaphore](https://semaphoreci.com/) | Yes | Public & Private | |
84 |
| -| [Drone.io](https://drone.io/) | Yes | Public & Private | |
85 |
| -| [AppVeyor](https://www.appveyor.com/) | Yes [](https://ci.appveyor.com/project/stevepeak/codecov-python/branch/master) | Private only | |
86 |
| -| [Wercker](http://wercker.com/) | Yes | Public & Private | |
87 |
| -| [Magnum CI](https://magnum-ci.com/) | Yes | Public & Private | |
88 |
| -| [Shippable](https://www.shippable.com/) | Yes | Public & Private | |
89 |
| -| [Gitlab CI](https://about.gitlab.com/gitlab-ci/) | Yes | Public & Private | |
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) | | |
92 |
| -| [Bamboo](https://www.atlassian.com/software/bamboo) | `coming soon` | | |
93 |
| -| [Solano Labs](https://www.solanolabs.com/) | `coming soon` | | |
| 78 | +| ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | |
| 79 | +| [AppVeyor](https://www.appveyor.com/) | Yes [](https://ci.appveyor.com/project/stevepeak/codecov-python/branch/master) | Private only | |
| 80 | +| [Bamboo](https://www.atlassian.com/software/bamboo) | `coming soon` | | |
| 81 | +| [Buildbot](https://buildbot.net/) | `coming soon` [buildbot/buildbot#1671](https://github.com/buildbot/buildbot/pull/1671) | | |
| 82 | +| [CircleCI](https://circleci.com/) | Yes | Private only | |
| 83 | +| [Codeship](https://codeship.com/) | Yes | Public & Private | |
| 84 | +| [Drone.io](https://drone.io/) | Yes | Public & Private | |
| 85 | +| [GitHub Actions](https://github.com/features/actions) | Yes [](https://github.com/codecov/codecov-python/actions?query=workflow%3A%22Python+package%22) | Public & Private | |
| 86 | +| [Gitlab CI](https://about.gitlab.com/gitlab-ci/) | Yes | Public & Private | |
| 87 | +| [Jenkins](https://jenkins-ci.org/) | Yes | Public & Private | |
| 88 | +| [Magnum CI](https://magnum-ci.com/) | Yes | Public & Private | |
| 89 | +| [Semaphore](https://semaphoreci.com/) | Yes | Public & Private | |
| 90 | +| [Shippable](https://www.shippable.com/) | Yes | Public & Private | |
| 91 | +| [Solano Labs](https://www.solanolabs.com/) | `coming soon` | | |
| 92 | +| [Travis CI](https://travis-ci.org/) | Yes [](https://travis-ci.org/codecov/codecov-python) | Private only | |
| 93 | +| [Wercker](http://wercker.com/) | Yes | Public & Private | |
| 94 | +| Git / Mercurial | Yes (as a fallback) | Public & Private | |
94 | 95 |
|
95 | 96 |
|
96 | 97 | ## Troubleshooting
|
97 | 98 |
|
98 |
| -If you're seeing an **HTTP 400 error when uploading reports to S3**, make sure you've updated to at least version 2.1.3. |
| 99 | +If you're seeing an **HTTP 400 error when uploading reports to S3**, make sure you've updated to at least version 2.1.3. |
99 | 100 |
|
100 | 101 |
|
101 | 102 |
|
102 | 103 | [1]: https://codecov.io/
|
103 |
| -[2]: https://twitter.com/codecov |
104 |
| - |
| 104 | +[2]: https://community.codecov.io/ |
| 105 | +[3]: https://twitter.com/codecov |
| 106 | + |
105 | 107 |
|
106 | 108 | ## Copyright
|
107 | 109 |
|
108 |
| -> Copyright 2014-2019 codecov |
| 110 | +> Copyright 2014-2020 codecov |
0 commit comments