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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 33b345a99a7 Skip test coverage report generated for 
shardingsphere-test module (#37154)
33b345a99a7 is described below

commit 33b345a99a7f9f2da80c3333cb2d0c575cc04095
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Nov 22 09:06:59 2025 +0800

    Skip test coverage report generated for shardingsphere-test module (#37154)
    
    * Skip test coverage report generated for shardingsphere-test module
    
    * Skip test coverage report generated for shardingsphere-test module
---
 test/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/test/pom.xml b/test/pom.xml
index 3f0ae111fc2..cc3c00bfbb5 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -58,4 +58,16 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+    
+    <build>
+        
<outputDirectory>${project.build.directory}/shardingsphere-test-classes</outputDirectory>
+        
<testOutputDirectory>${project.build.directory}/shardingsphere-test-test-classes</testOutputDirectory>
+        <plugins>
+            <plugin>
+                <groupId>org.jacoco</groupId>
+                <artifactId>jacoco-maven-plugin</artifactId>
+                <executions combine.self="override" />
+            </plugin>
+        </plugins>
+    </build>
 </project>

Reply via email to