Skip to content

Commit a4d620b

Browse files
committed
Use HTTPS
1 parent 684ab7f commit a4d620b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@ after_success:
7676
## CI Providers
7777
| Company | Supported | Token Required |
7878
| --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
79-
| [Travis CI](https://travis-ci.org/) | Yes [![Build Status](https://secure.travis-ci.org/codecov/codecov-python.svg?branch=master)](http://travis-ci.org/codecov/codecov-python) | Private only |
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 |
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 [![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 |
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 |
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-
| git / mercurial | Yes (as a fallback) | Public & Private |
91-
| [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) | |
9292
| [Bamboo](https://www.atlassian.com/software/bamboo) | `coming soon` | |
9393
| [Solano Labs](https://www.solanolabs.com/) | `coming soon` | |
9494

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
keywords='coverage codecov code python java scala php',
2626
author='@codecov',
2727
author_email='[email protected]',
28-
url='http://github.com/codecov/codecov-python',
28+
url='https://github.com/codecov/codecov-python',
2929
license='http://www.apache.org/licenses/LICENSE-2.0',
3030
packages=['codecov'],
3131
include_package_data=True,

0 commit comments

Comments
 (0)