You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by je...@apache.org on 2018/10/15 01:30:09 UTC

[incubator-dubbo] branch master updated: combine test coverage report (#2643)

This is an automated email from the ASF dual-hosted git repository.

jerrick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cafcab  combine test coverage report (#2643)
8cafcab is described below

commit 8cafcab65dbb86a83e9ae3e09aba601af462c47d
Author: Huang YunKun <ht...@gmail.com>
AuthorDate: Mon Oct 15 09:30:01 2018 +0800

    combine test coverage report (#2643)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2d81475..5882557 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,10 +474,10 @@
                         </configuration>
                     </execution>
                     <execution>
-                        <id>jacoco-site</id>
-                        <phase>package</phase>
+                        <id>report-aggregate</id>
+                        <phase>verify</phase>
                         <goals>
-                            <goal>report</goal>
+                            <goal>report-aggregate</goal>
                         </goals>
                     </execution>
                 </executions>