Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 812c700

Browse files
authored
update README (#280)
1 parent b96c69c commit 812c700

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

README.md

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Codecov Global Python Uploader ![PyPI](https://img.shields.io/pypi/v/codecov) [![codecov.io](https://codecov.io/github/codecov/codecov-python/coverage.svg?branch=master)](https://codecov.io/github/codecov/codecov-python) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
22
=======
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+
| ------------------------ | ---------------------------------- | ------------- | --------------------- |
55

66
Find coverage reports for all the [languages below](#languages), gather them and submit them to Codecov.
77

@@ -75,34 +75,36 @@ after_success:
7575
7676
## CI Providers
7777
| Company | Supported | Token Required |
78-
| --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
79-
| [Travis CI](https://travis-ci.org/) | Yes [![Build Status](https://secure.travis-ci.org/codecov/codecov-python.svg?branch=master)](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 [![Build status](https://ci.appveyor.com/api/projects/status/sw18lsj7786bw806/branch/master?svg=true)](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 [![Build status](https://ci.appveyor.com/api/projects/status/sw18lsj7786bw806/branch/master?svg=true)](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 [![Build status](https://github.com/codecov/codecov-python/workflows/Python%20package/badge.svg?branch=master)](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 [![Build Status](https://secure.travis-ci.org/codecov/codecov-python.svg?branch=master)](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 |
9495

9596

9697
## Troubleshooting
9798

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.
99100

100101

101102

102103
[1]: https://codecov.io/
103-
[2]: https://twitter.com/codecov
104-
[3]: mailto:[email protected]
104+
[2]: https://community.codecov.io/
105+
[3]: https://twitter.com/codecov
106+
[4]: mailto:[email protected]
105107

106108
## Copyright
107109

108-
> Copyright 2014-2019 codecov
110+
> Copyright 2014-2020 codecov

0 commit comments

Comments
 (0)