Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add Travis CI and Codecov badges to README #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Travis CI and Codecov badges to README
Badges are small images which gives the status of the Travis CI and
the coverage percentage of Codecode. It helps to check the status of
the Travis CI and to get the link to Travis CI.

See also https://shields.io/
  • Loading branch information
vstinner committed Feb 13, 2017
commit 8bb197fb0773e79390a1a7f3b902ee591b72c690
6 changes: 0 additions & 6 deletions 6 .github/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ Build Status

- master

+ .. image:: https://travis-ci.org/python/cpython.svg?branch=master
:target: https://travis-ci.org/python/cpython

+ .. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
:target: https://codecov.io/gh/python/cpython

+ `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_

- 3.6
Expand Down
8 changes: 8 additions & 0 deletions 8 README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
This is Python version 3.7.0 alpha 1
====================================

.. image:: https://travis-ci.org/python/cpython.svg?branch=master
:alt: CPython build status on Travis CI
:target: https://travis-ci.org/python/cpython

.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
:alt: CPython code coverage on Codecov
:target: https://codecov.io/gh/python/cpython

Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights
reserved.
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.