补充core模块的单测

This commit is contained in:
yuye
2020-06-02 20:39:56 +08:00
parent 1c1d91cf65
commit 903f21547d
+12
View File
@@ -160,6 +160,18 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>