Switched test coverage to codecov.io.

This commit is contained in:
Adrian Gallagher
2016-03-26 19:49:11 +11:00
parent 94fdffd690
commit 5a0ad993fc
2 changed files with 5 additions and 2 deletions

View File

@@ -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
- go get gopkg.in/jcelliott/turnpike.v2
after_success:
- bash <(curl -s https://codecov.io/bash)

View File

@@ -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.