From: Thomas Fillon Date: Thu, 20 Nov 2014 16:40:47 +0000 (+0100) Subject: Coverage: add coverage badge in README (branch=dj1.6) and add coverage configuration... X-Git-Tag: 1.5.0rc1~27^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=850929a0f71aafe957c422049f3725e462405e67;p=telemeta.git Coverage: add coverage badge in README (branch=dj1.6) and add coverage configuration file to exclude South migrations from coverage report --- diff --git a/README.rst b/README.rst index c20ab276..d20fd51c 100644 --- a/README.rst +++ b/README.rst @@ -2,19 +2,22 @@ Telemeta: open web audio app with semantics =============================================== -|version| |downloads| |travis_master| +|version| |downloads| |travis_master| |coverage| .. |travis_master| image:: https://secure.travis-ci.org/Parisson/Telemeta.png?branch=master - :target: https://travis-ci.org/Parisson/Telemeta/ + :target: https://travis-ci.org/Parisson/Telemeta/ .. |version| image:: https://pypip.in/version/Telemeta/badge.png - :target: https://pypi.python.org/pypi/Telemeta/ - :alt: Version + :target: https://pypi.python.org/pypi/Telemeta/ + :alt: Version .. |downloads| image:: https://pypip.in/download/Telemeta/badge.svg - :target: https://pypi.python.org/pypi/Telemeta/ - :alt: Downloads + :target: https://pypi.python.org/pypi/Telemeta/ + :alt: Downloads +.. |coverage| image:: https://img.shields.io/coveralls/Parisson/Telemeta.svg + :target: https://coveralls.io/r/Parisson/Telemeta?branch=dj1.6 + :alt: Coverage Overview =========