From c2dfd0780f25efd92310ca0428198ff9aca704d8 Mon Sep 17 00:00:00 2001 From: Julien Tanguy Date: Tue, 17 Nov 2015 00:33:27 +0100 Subject: [PATCH] Add coveralls.io badge to README [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6336c67..6d6087c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Macaroons: Pure haskell implementation of macaroons =================================================== [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) +[![Coverage Status](https://coveralls.io/repos/jtanguy/hmacaroons/badge.svg?branch=master&service=github)](https://coveralls.io/github/jtanguy/hmacaroons?branch=master) [![Join the chat at https://gitter.im/jtanguy/hmacaroons](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jtanguy/hmacaroons?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Macaroons is a pure haskell implementation of macaroons. It aims to provide -- 2.41.0