add jacoco

This commit is contained in:
Looly
2026-01-23 14:04:22 +08:00
parent 11b6481bce
commit b8961c3de9

View File

@@ -241,13 +241,10 @@
</execution>
<execution>
<id>jacoco-report</id>
<phase>test</phase>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/jacoco-report</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>