From 3f6f502e6631683a18a148cd50942c888a530a28 Mon Sep 17 00:00:00 2001 From: gcarq Date: Sat, 30 Sep 2017 19:05:37 +0200 Subject: [PATCH] add code coverage badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 954ddaf8e..3dc649d06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # freqtrade [![Build Status](https://travis-ci.org/gcarq/freqtrade.svg?branch=develop)](https://travis-ci.org/gcarq/freqtrade) +[![Coverage Status](https://coveralls.io/repos/github/gcarq/freqtrade/badge.svg?branch=develop)](https://coveralls.io/github/gcarq/freqtrade?branch=develop) + Simple High frequency trading bot for crypto currencies. Currently supports trading on Bittrex exchange.