From 09950dd86dbde2f4ddb12180433c0d1fd9f6c938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ola=20Holmstr=C3=B6m?= Date: Sat, 13 Jun 2015 06:23:28 +0200 Subject: [PATCH] add coveralls status to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a992ecf..cb06224 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# melody [![Build Status](https://travis-ci.org/olahol/melody.svg)](https://travis-ci.org/olahol/melody) [![GoDoc](https://godoc.org/github.com/olahol/melody?status.svg)](https://godoc.org/github.com/olahol/melody) +# melody + +[![Build Status](https://travis-ci.org/olahol/melody.svg)](https://travis-ci.org/olahol/melody) +[![Coverage Status](https://img.shields.io/coveralls/olahol/melody?style=flat)](https://coveralls.io/r/olahol/melody) +[![GoDoc](https://godoc.org/github.com/olahol/melody?status.svg)](https://godoc.org/github.com/olahol/melody) > :notes: Minimalist websocket framework for Go.