From a30f79a09b73553258ea5a78cbd50f261d4b67a1 Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Sat, 28 Sep 2013 16:53:14 -0500
Subject: [PATCH] Add coveralls badge to README.

---
 README.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.rst b/README.rst
index 22e68532..6c82ee12 100644
--- a/README.rst
+++ b/README.rst
@@ -250,6 +250,8 @@ Testing
 
 .. image:: https://travis-ci.org/jmchilton/lwr.png?branch=master
     :target: https://travis-ci.org/jmchilton/lwr
+.. image:: https://coveralls.io/repos/jmchilton/lwr/badge.png?branch=master 
+    :target: https://coveralls.io/r/jmchilton/lwr?branch=master
 
 A simple sanity test can be run against a running LWR server by
 executing the following command (replace the URL command with the URL
-- 
GitLab