From a77f30ea806f858f26bd69b0fb199477abb8d7ac Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Thu, 16 Jul 2015 23:55:56 -0700 Subject: [PATCH] Add coveralls badge to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db73b4b..d154726 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This library supports TOML version [![GoDoc](https://godoc.org/github.com/pelletier/go-toml?status.svg)](http://godoc.org/github.com/pelletier/go-toml) [![Build Status](https://travis-ci.org/pelletier/go-toml.svg?branch=master)](https://travis-ci.org/pelletier/go-toml) +[![Coverage Status](https://coveralls.io/repos/pelletier/go-toml/badge.svg?branch=master&service=github)](https://coveralls.io/github/pelletier/go-toml?branch=master) ## Features