You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/04/05 06:53:04 UTC

[1/2] incubator-beam git commit: Add coveralls plugin to the Maven build process

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 <da...@google.com>
Authored: Mon Apr 4 18:07:14 2016 -0700
Committer: Davor Bonaci <da...@google.com>
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>


[2/2] incubator-beam git commit: This closes #119

Posted by da...@apache.org.
This closes #119


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7892244c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7892244c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/7892244c

Branch: refs/heads/master
Commit: 7892244c93e8005c7c4e615029840a1c9b4fe000
Parents: ccbf2b8 27d5825
Author: Davor Bonaci <da...@google.com>
Authored: Mon Apr 4 21:52:34 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Mon Apr 4 21:52:34 2016 -0700

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------