From 5509c323a496967b00a71a99f75af2cb03222d5b Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 20 Dec 2014 05:19:47 -0600 Subject: [PATCH] Add test coverage badge to README.md. --- .travis.yml | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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