From aa2a621c8bb476444bd3a9f2c003b3620562d88b Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 10 Feb 2017 14:33:55 -0800 Subject: [PATCH] Add the Codecov badge for master --- .github/CONTRIBUTING.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index d3a1b88d83..2d3f92afb0 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 `_ - 3.6 -- 2.40.0