We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6eb9e commit 011ee9bCopy full SHA for 011ee9b
pom.xml
@@ -110,6 +110,25 @@
110
</execution>
111
</executions>
112
</plugin>
113
+ <plugin>
114
+ <groupId>org.jacoco</groupId>
115
+ <artifactId>jacoco-maven-plugin</artifactId>
116
+ <version>0.8.14</version>
117
+ <executions>
118
+ <execution>
119
+ <goals>
120
+ <goal>prepare-agent</goal>
121
+ </goals>
122
+ </execution>
123
124
+ <id>report</id>
125
126
+ <goal>report</goal>
127
128
+ <phase>verify</phase>
129
130
+ </executions>
131
+ </plugin>
132
</plugins>
133
</build>
134
</project>
0 commit comments