From f52be9cc15e7e975e642fe5e010bc2b8cb52f79e Mon Sep 17 00:00:00 2001 From: Sijie Guo Date: Sat, 10 Sep 2016 01:14:30 -0700 Subject: [PATCH] Add coveralls plugin to the build and enable it on github page --- README.md | 1 + pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 0ef47c89c..d3c3a7c72 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/apache/incubator-distributedlog.svg?branch=master)](https://travis-ci.org/apache/incubator-distributedlog) +[![Coverage Status](https://coveralls.io/repos/github/apache/incubator-distributedlog/badge.svg?branch=master)](https://coveralls.io/github/apache/incubator-distributedlog?branch=master) ## Overview diff --git a/pom.xml b/pom.xml index fc90d81bb..f8e757dba 100644 --- a/pom.xml +++ b/pom.xml @@ -189,6 +189,12 @@ + + + org.eluder.coveralls + coveralls-maven-plugin + 4.1.0 +