diff --git a/.travis.yml b/.travis.yml index 062c917..d609ae6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index e3a4c75..64d5ef8 100644 --- a/README.md +++ b/README.md @@ -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