From e9356657e953e3e443f85e1bc834c1692d844fb9 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 30 Jun 2015 13:43:01 +0200 Subject: [PATCH] Update README.rst Fixed coverage. Add coverage badge. --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8072087..1769dc0 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Django Q A multiprocessing task queue for Django --------------------------------------- -|image0| +|image0| |image1| Features ~~~~~~~~ @@ -177,3 +177,5 @@ Acknowledgements .. |image0| image:: https://travis-ci.org/Koed00/django-q.svg?branch=master :target: https://travis-ci.org/Koed00/django-q +.. |image1| image:: https://coveralls.io/repos/Koed00/django-q/badge.svg?branch=master + :target: https://coveralls.io/r/Koed00/django-q?branch=master