aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Iles <aaron.iles@gmail.com>2013-05-30 21:16:18 +1000
committerAaron Iles <aaron.iles@gmail.com>2013-05-30 21:16:18 +1000
commit59ab8ac5ea71d5b5163be0b12d5447969b252c43 (patch)
tree552335567acbcfd48fc3a4435ef7a325be85e980
parentfda747b1f8329e7c4e31855f5241c6a73e128e6e (diff)
downloadplatform_external_python_funcsigs-59ab8ac5ea71d5b5163be0b12d5447969b252c43.tar.gz
platform_external_python_funcsigs-59ab8ac5ea71d5b5163be0b12d5447969b252c43.tar.bz2
platform_external_python_funcsigs-59ab8ac5ea71d5b5163be0b12d5447969b252c43.zip
Add coverage report badge to README
Display dynamic test coverage status badge icon generated by the coveralls service.
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 0cac72c..f04b7b4 100644
--- a/README.rst
+++ b/README.rst
@@ -51,7 +51,7 @@ Issues
------
Source code for ``funcsigs`` is hosted on `GitHub`_. Any bug reports or feature
-requests can be made using GitHub's `issues system`_. |build_status|
+requests can be made using GitHub's `issues system`_. |build_status| |coverage|
Copyright
---------
@@ -74,6 +74,10 @@ work is distributed under the `Apache License Version 2.0`_.
:target: http://travis-ci.org/#!/aliles/funcsigs
:alt: Current build status
+.. |coverage| image:: https://coveralls.io/repos/aliles/funcsigs/badge.png?branch=master
+ :target: https://coveralls.io/r/aliles/funcsigs?branch=master
+ :alt: Coverage status
+
.. |pypi_version| image:: https://pypip.in/v/funcsigs/badge.png
:target: https://crate.io/packages/funcsigs/
:alt: Latest PyPI version