You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by zh...@apache.org on 2023/03/30 06:24:46 UTC

[incubator-celeborn] branch main updated: [CELEBORN-280] Enable Jacoco multi-module mode to collect coverage report. (#1215)

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

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new d58feef3a [CELEBORN-280] Enable Jacoco multi-module mode to collect coverage report. (#1215)
d58feef3a is described below

commit d58feef3a7cb85921038feec61518b14ef735685
Author: Ethan Feng <et...@apache.org>
AuthorDate: Thu Mar 30 14:24:42 2023 +0800

    [CELEBORN-280] Enable Jacoco multi-module mode to collect coverage report. (#1215)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 697d0ab72..9a109d5d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -873,7 +873,7 @@
             <execution>
               <id>report</id>
               <goals>
-                <goal>report</goal>
+                <goal>report-aggregate</goal>
               </goals>
               <phase>test</phase>
               <configuration>