Skip to content

Commit

Permalink
Updated test coverage provider to Code Climate.
Browse files Browse the repository at this point in the history
  • Loading branch information
thrasher- committed Feb 1, 2016
1 parent f6b6e60 commit 54ba2f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
engines:
gofmt:
enabled: true
golint:
enabled: true
govet:
enabled: true
ratings:
paths:
- "**.go"
exclude_paths:
- web/**/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 54ba2f8

Please sign in to comment.