From 5a0ad993fc9658d10626b683950e75bcdf60d87f Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Sat, 26 Mar 2016 19:49:11 +1100 Subject: [PATCH] Switched test coverage to codecov.io. --- .travis.yml | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e44413b..8596fe39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,7 @@ install: - go get github.com/gorilla/websocket - go get github.com/toorop/go-pusher - go get github.com/thrasher-/socketio - - go get gopkg.in/jcelliott/turnpike.v2 \ No newline at end of file + - go get gopkg.in/jcelliott/turnpike.v2 + +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file diff --git a/README.md b/README.md index dd947df6..e20b8551 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Cryptocurrency trading bot written in Golang [![Build Status](https://travis-ci.org/thrasher-/gocryptotrader.svg?branch=master)](https://travis-ci.org/thrasher-/gocryptotrader) -[![Test Coverage](https://codeclimate.com/github/thrasher-/gocryptotrader/badges/coverage.svg)](https://codeclimate.com/github/thrasher-/gocryptotrader/coverage) +[![Test Coverage](https://codecov.io/github/thrasher-/gocryptotrader/coverage.svg?branch=master)](https://codecov.io/github/thrasher-/gocryptotrader?branch=master) A cryptocurrency trading bot supporting multiple exchanges written in Golang.