We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05359d1 commit c0e314aCopy full SHA for c0e314a
1 file changed
pom.xml
@@ -27,6 +27,25 @@
27
<artifactId>maven-surefire-plugin</artifactId>
28
<version>3.0.0-M5</version>
29
</plugin>
30
+ <plugin>
31
+ <groupId>org.jacoco</groupId>
32
+ <artifactId>jacoco-maven-plugin</artifactId>
33
+ <version>0.8.7</version>
34
+ <executions>
35
+ <execution>
36
+ <goals>
37
+ <goal>prepare-agent</goal>
38
+ </goals>
39
+ </execution>
40
41
+ <id>report</id>
42
+ <phase>verify</phase>
43
44
+ <goal>report</goal>
45
46
47
+ </executions>
48
+ </plugin>
49
</plugins>
50
</build>
51
0 commit comments