Repository: incubator-beam Updated Branches: refs/heads/master ccbf2b802 -> 7892244c9
Add coveralls plugin to the Maven build process No binding to the lifecycle. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/27d5825a Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/27d5825a Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/27d5825a Branch: refs/heads/master Commit: 27d5825afb2248ea6a30c93b2c112f6f24f700b3 Parents: ccbf2b8 Author: Davor Bonaci <[email protected]> Authored: Mon Apr 4 18:07:14 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Mon Apr 4 18:07:14 2016 -0700 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/27d5825a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3cae1a4..a198724 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,13 @@ </executions> </plugin> + <!-- Report jacoco coverage to coveralls.io --> + <plugin> + <groupId>org.eluder.coveralls</groupId> + <artifactId>coveralls-maven-plugin</artifactId> + <version>4.1.0</version> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>
