diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-02-10 22:33:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 22:33:55 (GMT) |
commit | aa2a621c8bb476444bd3a9f2c003b3620562d88b (patch) | |
tree | fdca1a41227f62b544da6b191ecee48556800bfe /.github/CONTRIBUTING.rst | |
parent | 3f9339b569b09e8999d84ac80c921f2633f56307 (diff) | |
download | cpython-aa2a621c8bb476444bd3a9f2c003b3620562d88b.zip cpython-aa2a621c8bb476444bd3a9f2c003b3620562d88b.tar.gz cpython-aa2a621c8bb476444bd3a9f2c003b3620562d88b.tar.bz2 |
Add the Codecov badge for master
Diffstat (limited to '.github/CONTRIBUTING.rst')
-rw-r--r-- | .github/CONTRIBUTING.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index d3a1b88..2d3f92a 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -8,6 +8,9 @@ Build Status + .. 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 |