Point test coverage badge at master branch.

This commit is contained in:
Dave Collins 2014-03-27 05:31:17 -05:00
parent 96dfb77570
commit 9ed19f9b0c
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ go-spew
[![Build Status](https://travis-ci.org/davecgh/go-spew.png?branch=master)]
(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)
(https://coveralls.io/repos/davecgh/go-spew/badge.png?branch=master)]
(https://coveralls.io/r/davecgh/go-spew?branch=master)
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