Skip to content

Commit d124305

Browse files
committed
add jacoco
1 parent 7c622a6 commit d124305

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@
5454
</configuration>
5555
</plugin>
5656

57+
<plugin>
58+
<groupId>org.jacoco</groupId>
59+
<artifactId>jacoco-maven-plugin</artifactId>
60+
<version>0.7.8</version>
61+
<executions>
62+
<execution>
63+
<goals>
64+
<goal>prepare-agent</goal>
65+
<goal>report</goal>
66+
</goals>
67+
</execution>
68+
</executions>
69+
</plugin>
70+
5771
<plugin>
5872
<groupId>pl.project13.maven</groupId>
5973
<artifactId>git-commit-id-plugin</artifactId>

0 commit comments

Comments
 (0)