From d244b9a0abdbef1c261c3cfe39b0d9843237a8c5 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Sun, 24 Apr 2016 20:05:39 +0100 Subject: [PATCH] Add coverage badge to README --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 95ce7f3..22c832a 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,10 @@ gpiozero :target: https://travis-ci.org/RPi-Distro/python-gpiozero :alt: Build Tests +.. image:: https://img.shields.io/codecov/c/github/RPi-Distro/python-gpiozero/master.svg?maxAge=2592000 + :target: https://codecov.io/github/RPi-Distro/python-gpiozero + :alt: Code Coverage + A simple interface to everyday GPIO components used with Raspberry Pi. Created by `Ben Nuttall`_ of the `Raspberry Pi Foundation`_, `Dave Jones`_, and