From 2441009ad5136b76a3f855f152b164fac3d5aaa9 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Mon, 16 Mar 2015 15:03:51 -0700 Subject: [PATCH] Remove coverage badge Signed-off-by: Vishal Rana --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 985c906a..b100bb6f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bolt [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/labstack/bolt) [![Build Status](http://img.shields.io/travis/fatih/structs.svg?style=flat-square)](https://travis-ci.org/labstack/bolt) [![Coverage Status](http://img.shields.io/coveralls/labstack/bolt.svg?style=flat-square)](https://coveralls.io/r/labstack/bolt) +# Bolt [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/labstack/bolt) [![Build Status](http://img.shields.io/travis/fatih/structs.svg?style=flat-square)](https://travis-ci.org/labstack/bolt) Bolt is a fast HTTP router (zero memory allocation) + micro web framework in Go. ### Features