Add test coverage badge to README.md.
This commit is contained in:
parent
cd83976947
commit
5509c323a4
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue