You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2016/04/21 18:02:07 UTC

[1/2] incubator-beam git commit: Fix AutoValue coverage exclusion for coveralls

Repository: incubator-beam
Updated Branches:
  refs/heads/master 506023bf5 -> dba1a349c


Fix AutoValue coverage exclusion for coveralls


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

Branch: refs/heads/master
Commit: 747487ba3b65295535ad06c2877af114150d4042
Parents: 506023b
Author: Scott Wegner <sw...@google.com>
Authored: Wed Apr 20 16:37:24 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Thu Apr 21 09:01:34 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/747487ba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6753987..75eb873 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,7 @@
           </executions>
         <configuration>
           <excludes>
-            <exclude>**/AutoValue_*.java</exclude>
+            <exclude>**/AutoValue_*.class</exclude>
           </excludes>
         </configuration>
         </plugin>


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

Posted by lc...@apache.org.
This closes #223


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

Branch: refs/heads/master
Commit: dba1a349c3c41243924516d7f7bfcc39480fb8bb
Parents: 506023b 747487b
Author: Luke Cwik <lc...@google.com>
Authored: Thu Apr 21 09:01:55 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Thu Apr 21 09:01:55 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------