[Fix] Project 尝试移除对 Jacoco 测试报告生成路径的配置以修复 Codecov 无法收集报告的问题;

[Fix] Project/pom.xml 移除 Jacoco 的报告路径配置;
This commit is contained in:
LamGC 2020-11-09 21:56:24 +08:00
parent 0c7e5467c8
commit 74455a1820
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -94,9 +94,6 @@
<goals>
<goal>report</goal>
</goals>
<configuration>
<dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile>
</configuration>
</execution>
</executions>
</plugin>