You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2020/10/20 18:38:06 UTC

[jackrabbit-filevault] branch bugfix/JCRVLT-475-enable-cross-module-coverage created (now 2a4785a)

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

kwin pushed a change to branch bugfix/JCRVLT-475-enable-cross-module-coverage
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git.


      at 2a4785a  JCRVLT-475 correctly calculate cross-module coverage

This branch includes the following new commits:

     new 2a4785a  JCRVLT-475 correctly calculate cross-module coverage

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jackrabbit-filevault] 01/01: JCRVLT-475 correctly calculate cross-module coverage

Posted by kw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch bugfix/JCRVLT-475-enable-cross-module-coverage
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git

commit 2a4785a6e3491420f5a45ba1f070e14c66713e86
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Oct 20 20:37:54 2020 +0200

    JCRVLT-475 correctly calculate cross-module coverage
---
 parent/pom.xml | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7798ff1..72694b9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -633,26 +633,6 @@ Bundle-Category: jackrabbit
                                 </configuration>
                             </execution>
                             <execution>
-                                <id>report</id>
-                                <goals>
-                                    <goal>report</goal>
-                                </goals>
-                                <configuration>
-                                    <dataFile>${project.build.directory}/jacoco-unit.exec</dataFile>
-                                    <outputDirectory> ${project.reporting.outputDirectory}/jacoco-unit</outputDirectory>
-                                </configuration>
-                            </execution>
-                            <execution>
-                                <id>report-integration</id>
-                                <goals>
-                                    <goal>report-integration</goal>
-                                </goals>
-                                <configuration>
-                                    <dataFile>${project.build.directory}/jacoco-it.exec</dataFile>
-                                    <outputDirectory> ${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
-                                </configuration>
-                            </execution>
-                            <execution>
                                 <id>merge-unit-and-it</id>
                                 <phase>post-integration-test</phase>
                                 <goals>
@@ -674,7 +654,7 @@ Bundle-Category: jackrabbit
                                 <id>report-merged</id>
                                 <phase>verify</phase>
                                 <goals>
-                                    <goal>report</goal>
+                                    <goal>report-aggregate</goal>
                                 </goals>
                             </execution>
                         </executions>