Updated test coverage provider to Code Climate.

This commit is contained in:
Adrian Gallagher
2016-01-31 23:42:31 +11:00
parent f6b6e60610
commit 54ba2f81a2
2 changed files with 13 additions and 1 deletions

12
.codeclimate.yml Normal file
View File

@@ -0,0 +1,12 @@
engines:
gofmt:
enabled: true
golint:
enabled: true
govet:
enabled: true
ratings:
paths:
- "**.go"
exclude_paths:
- web/**/*

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)
[![Coverage Status](https://coveralls.io/repos/github/thrasher-/gocryptotrader/badge.svg?branch=master)](https://coveralls.io/github/thrasher-/gocryptotrader?branch=master)
[![Test Coverage](https://codeclimate.com/github/thrasher-/gocryptotrader/badges/coverage.svg)](https://codeclimate.com/github/thrasher-/gocryptotrader/coverage)
A cryptocurrency trading bot supporting multiple exchanges written in Golang.