From 54ba2f81a20b36bafd915e0cd3d33bf1e839b103 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Sun, 31 Jan 2016 23:42:31 +1100 Subject: [PATCH] Updated test coverage provider to Code Climate. --- .codeclimate.yml | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .codeclimate.yml 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.