Repository: incubator-distributedlog Updated Branches: refs/heads/master 05a8daa2a -> a72d5477e
DL-50: Add coveralls plugin to the build and enable it on github page Author: Sijie Guo <[email protected]> Reviewers: Franck Cuny <[email protected]> Closes #23 from sijie/sijie/add_coveralls_plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/a72d5477 Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/a72d5477 Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/a72d5477 Branch: refs/heads/master Commit: a72d5477ed17c81cac116094296791938837b221 Parents: 05a8daa Author: Sijie Guo <[email protected]> Authored: Mon Sep 12 18:41:26 2016 -0700 Committer: Sijie Guo <[email protected]> Committed: Mon Sep 12 18:41:26 2016 -0700 ---------------------------------------------------------------------- README.md | 1 + pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/a72d5477/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 0ef47c8..d3c3a7c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [](https://travis-ci.org/apache/incubator-distributedlog) +[](https://coveralls.io/github/apache/incubator-distributedlog?branch=master) ## Overview http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/a72d5477/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fc90d81..f8e757d 100644 --- a/pom.xml +++ b/pom.xml @@ -189,6 +189,12 @@ </excludes> </configuration> </plugin> + <!-- Report jacoco coverage to coveralls.io --> + <plugin> + <groupId>org.eluder.coveralls</groupId> + <artifactId>coveralls-maven-plugin</artifactId> + <version>4.1.0</version> + </plugin> </plugins> </build> <repositories>
