Add coverall plugin

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

Branch: refs/heads/jms-dev-1.1.0
Commit: b9a7ffcde6b939d1e8b28683157ef7212cc21eef
Parents: 84775eb
Author: zhangke <zhangke_beij...@qq.com>
Authored: Tue Feb 28 22:42:08 2017 +0800
Committer: zhangke <zhangke_beij...@qq.com>
Committed: Tue Feb 28 22:42:08 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 2 +-
 pom.xml     | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/blob/b9a7ffcd/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8add871..ac9e6b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ before_install:
 
 
 script:
-  - travis_retry mvn -B clean install
+  - travis_retry mvn -B clean install coveralls:report
 
 #after_success:
 #  - mvn clean install

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/blob/b9a7ffcd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9d0fd39..48977f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,6 +154,11 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.eluder.coveralls</groupId>
+                <artifactId>coveralls-maven-plugin</artifactId>
+                <version>4.3.0</version>
+            </plugin>
         </plugins>
     </build>
 </project>

Reply via email to