This repository was archived by the owner on Feb 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed
sofa-serverless-adapter-ext Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments