From 6e7f72e83c4263e86f0b940465b8db90b7aa1508 Mon Sep 17 00:00:00 2001 From: Jerod Bury Date: Mon, 21 Nov 2016 17:23:13 -0800 Subject: [PATCH] added coverage badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ae6909..5c6d54b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Firehose [![Build Status](https://travis-ci.org/Kochava/firehose.svg?branch=master)](https://travis-ci.org/Kochava/firehose) +Firehose [![Build Status](https://travis-ci.org/Kochava/firehose.svg?branch=master)](https://travis-ci.org/Kochava/firehose) [![Coverage Status](https://coveralls.io/repos/github/Kochava/firehose/badge.svg?branch=master)](https://coveralls.io/github/Kochava/firehose?branch=master) ====== Firehose is a Kafka transfer agent which can do real-time or historical transfers of a Topic from one set of Brokers to another. This is useful when you want the two clusters to remain independent and not use the built in replication process of Kafka.