mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Updated test coverage provider to Code Climate.
This commit is contained in:
12
.codeclimate.yml
Normal file
12
.codeclimate.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
engines:
|
||||
gofmt:
|
||||
enabled: true
|
||||
golint:
|
||||
enabled: true
|
||||
govet:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- "**.go"
|
||||
exclude_paths:
|
||||
- web/**/*
|
||||
@@ -1,7 +1,7 @@
|
||||
## Cryptocurrency trading bot written in Golang
|
||||
|
||||
[](https://travis-ci.org/thrasher-/gocryptotrader)
|
||||
[](https://coveralls.io/github/thrasher-/gocryptotrader?branch=master)
|
||||
[](https://codeclimate.com/github/thrasher-/gocryptotrader/coverage)
|
||||
|
||||
A cryptocurrency trading bot supporting multiple exchanges written in Golang.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user