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

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

View File

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