Add coveralls.io test coverage badge.

This commit is contained in:
Dave Collins 2014-03-27 05:20:09 -05:00
parent 55afdd1e0d
commit 4451e342b3
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ go-spew
=======
[![Build Status](https://travis-ci.org/davecgh/go-spew.png?branch=master)]
(https://travis-ci.org/davecgh/go-spew)
(https://travis-ci.org/davecgh/go-spew) [![Coverage Status]
(https://coveralls.io/repos/davecgh/go-spew/badge.png)]
(https://coveralls.io/r/davecgh/go-spew)
Go-spew implements a deep pretty printer for Go data structures to aid in
debugging. A comprehensive suite of tests with 100% test coverage is provided