]> granicus.if.org Git - python/commitdiff
Add Travis CI and Codecov badges to README (#70)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 13 Feb 2017 15:57:30 +0000 (16:57 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Feb 2017 15:57:30 +0000 (16:57 +0100)
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/

.github/CONTRIBUTING.rst
README.rst

index 416fa54805fda3c56710a2920e91306a6db44c90..c64187b32cf40b6fe1b691c209e2eddf03f9a87b 100644 (file)
@@ -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
index a34373f3518eac6de2e691ef27655ea277aaf5cf..71c54b2c6ae20a8774cbff796bbe7a4ed4c8a919 100644 (file)
@@ -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.