Skip to content

Commit c9b62b4

Browse 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

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/CONTRIBUTING.rst

-6
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

+8
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)