@ -27,6 +27,31 @@
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.1</version>
<executions>
<execution>
<id>default-prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<id>default-report</id>
<goal>report</goal>
<id>default-check</id>
<goal>check</goal>
</executions>
</plugins>
</build>