Skip to content

Commit b703804

Browse files
authored
Adds coverage badge
1 parent 2163e63 commit b703804

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ ReJSON Python Client
44
.. image:: https://travis-ci.org/RedisLabs/rejson-py.svg?branch=master
55
:target: https://travis-ci.org/RedisLabs/rejson-py
66

7+
.. image:: https://coveralls.io/repos/github/RedisLabs/rejson-py/badge.svg?branch=master
8+
:target: https://coveralls.io/github/RedisLabs/rejson-py?branch=master
9+
710
.. image:: https://img.shields.io/pypi/pyversions/rejson.svg
811
:target: https://github.com/RedisLabs/rejson-py
912

@@ -146,9 +149,9 @@ vocabulary and a couple of helper methods. These are documented in the
146149
$ python gendoc rejson > API.md
147150
148151
149-
For complete documentation about ReJSON's commands, refer to rejson_.
152+
For complete documentation about ReJSON's commands, refer to `ReJSON's website`_.
150153

151-
.. _`rejson`: http://rejson.io
154+
.. _`ReJSON's website`: http://rejson.io
152155

153156
License
154157
-------

0 commit comments

Comments
 (0)