From 693f5977ff212be5d4c62e4c77ed2bb6de1e586f Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Fri, 30 Oct 2015 14:07:49 -0400 Subject: [PATCH] Update README.md Add coverage testing badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f0aebc..e73a554 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Library webhooks ================ +[![Coverage Status](https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v1&service=github)](https://coveralls.io/github/go-playground/webhooks?branch=v1) [![GoDoc](https://godoc.org/gopkg.in/go-playground/webhooks?status.svg)](https://godoc.org/gopkg.in/go-playground/webhooks) Library webhooks allows for easy recieving and parsing of GitHub Webhook Events; more services to come i.e. BitBucket... @@ -153,4 +154,4 @@ v1 and v1-development branch however, there will also be a v2-development branch License ------ -Distributed under MIT License, please see license file in code for more details. \ No newline at end of file +Distributed under MIT License, please see license file in code for more details.