Add test coverage badge to README.md.

This commit is contained in:
Dave Collins 2014-12-20 05:19:47 -06:00
parent cd83976947
commit 5509c323a4
2 changed files with 4 additions and 2 deletions

View file

@ -12,4 +12,4 @@ script:
- export PATH=$PATH:$HOME/gopath/bin
- bash $goclean/goclean.sh
after_success:
- goveralls -coverprofile=repo.cov -service=travis-ci
- goveralls -coverprofile=profile.cov -service=travis-ci

View file

@ -2,7 +2,9 @@ btcutil
=======
[![Build Status](https://travis-ci.org/conformal/btcutil.png?branch=master)]
(https://travis-ci.org/conformal/btcutil)
(https://travis-ci.org/conformal/btcutil) [![Coverage Status]
(https://coveralls.io/repos/conformal/btcutil/badge.png?branch=master)]
(https://coveralls.io/r/conformal/btcutil?branch=master)
Package btcutil provides bitcoin-specific convenience functions and types.
A comprehensive suite of tests is provided to ensure proper functionality. See