diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..58f3ff85 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,12 @@ +engines: + gofmt: + enabled: true + golint: + enabled: true + govet: + enabled: true +ratings: + paths: + - "**.go" +exclude_paths: +- web/**/* \ No newline at end of file diff --git a/README.md b/README.md index 1cd78c67..d949f043 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) -[![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.