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

Commit c9b62b4

Browse filesBrowse files
authored
Add Travis CI and Codecov badges to README (#70)
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/
1 parent 2b50186 commit c9b62b4
Copy full SHA for c9b62b4

File tree

2 files changed

+8
-6
lines changed
Filter options

2 files changed

+8
-6
lines changed

‎.github/CONTRIBUTING.rst

Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.rst
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ Build Status
66

77
- master
88

9-
+ .. image:: https://travis-ci.org/python/cpython.svg?branch=master
10-
:target: https://travis-ci.org/python/cpython
11-
12-
+ .. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
13-
:target: https://codecov.io/gh/python/cpython
14-
159
+ `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_
1610

1711
- 3.6

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
This is Python version 3.7.0 alpha 1
22
====================================
33

4+
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
5+
:alt: CPython build status on Travis CI
6+
:target: https://travis-ci.org/python/cpython
7+
8+
.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
9+
:alt: CPython code coverage on Codecov
10+
:target: https://codecov.io/gh/python/cpython
11+
412
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
513
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights
614
reserved.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.