fix:fix jacoco cov not working bug. (#744)

pull/754/head
Haotian Zhang 3 years ago committed by GitHub
parent 2ec5b547e3
commit 7770dbce09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,3 +5,4 @@
- [feat:update to Spring Cloud 2022 RC2.](https://github.com/Tencent/spring-cloud-tencent/pull/734)
- [feat:update to Spring Boot 3.0.0.](https://github.com/Tencent/spring-cloud-tencent/pull/739)
- [Optimize:delete loadbalancer module spring.factories file.](https://github.com/Tencent/spring-cloud-tencent/pull/740)
- [fix:fix jacoco cov not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/744)

@ -207,6 +207,7 @@
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<argLine>${argLine}</argLine>
</configuration>
</plugin>
<plugin>

Loading…
Cancel
Save