From 21334e695bab8d8b0bcf9e5788f13cfe5f968a61 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 2 Apr 2014 17:52:07 +0200 Subject: [PATCH] Add coveralls badge [ci skip] --- README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f315da5..6a1e1fb 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,6 @@ vdirsyncer ========== -.. image:: https://travis-ci.org/untitaker/vdirsyncer.png?branch=master - :target: https://travis-ci.org/untitaker/vdirsyncer - vdirsyncer synchronizes your calendars and addressbooks between two storages. The supported storages are CalDAV, CardDAV, arbitrary HTTP resources and `vdir `_. @@ -52,6 +49,12 @@ How to run the tests sh install-deps.sh py.test tests/ +.. image:: https://travis-ci.org/untitaker/vdirsyncer.png?branch=master + :target: https://travis-ci.org/untitaker/vdirsyncer + +.. image:: https://coveralls.io/repos/untitaker/vdirsyncer/badge.png?branch=master + :target: https://coveralls.io/r/untitaker/vdirsyncer?branch=master + License =======