Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 0941ca9

Browse files
committed
skip coverage for adapter
1 parent 939de52 commit 0941ca9

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

sofa-serverless-runtime/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,9 @@
405405
<exclude>**/arklet/springboot/starter/health/endpoint/model/**/*</exclude>
406406
<exclude>**/sofa/serverless/common/environment/**/*</exclude>
407407
<exclude>**/sofa/serverless/common/exception/**/*</exclude>
408+
<exclude>**/com/alibaba/dubbo/**/*</exclude>
409+
<exclude>**/org/springframework/boot/**/*</exclude>
410+
<exclude>**/com/ctrip/framework/apollo/spring/boot/**/*</exclude>
408411
</excludes>
409412
</configuration>
410413
<executions>

sofa-serverless-runtime/sofa-serverless-adapter-ext/pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
<module>sofa-serverless-adapter-dubbo2.6</module>
1919
</modules>
2020

21-
<build>
22-
<plugins>
23-
<plugin>
24-
<groupId>org.jacoco</groupId>
25-
<artifactId>jacoco-maven-plugin</artifactId>
26-
<version>${jacoco.maven.plugin}</version>
27-
<configuration>
28-
<skip>true</skip>
29-
</configuration>
30-
</plugin>
31-
</plugins>
32-
</build>
21+
<!-- <build>-->
22+
<!-- <plugins>-->
23+
<!-- <plugin>-->
24+
<!-- <groupId>org.jacoco</groupId>-->
25+
<!-- <artifactId>jacoco-maven-plugin</artifactId>-->
26+
<!-- <version>${jacoco.maven.plugin}</version>-->
27+
<!-- <configuration>-->
28+
<!-- <skip>true</skip>-->
29+
<!-- </configuration>-->
30+
<!-- </plugin>-->
31+
<!-- </plugins>-->
32+
<!-- </build>-->
3333
</project>

0 commit comments

Comments
 (0)