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 af0713c commit 961b669Copy full SHA for 961b669
pom.xml
@@ -168,6 +168,25 @@
168
</rules>
169
</configuration>
170
</plugin>
171
+ <plugin>
172
+ <groupId>org.jacoco</groupId>
173
+ <artifactId>jacoco-maven-plugin</artifactId>
174
+ <version>0.8.8</version>
175
+ <executions>
176
+ <execution>
177
+ <goals>
178
+ <goal>prepare-agent</goal>
179
+ </goals>
180
+ </execution>
181
182
+ <id>report</id>
183
+ <phase>test</phase>
184
185
+ <goal>report</goal>
186
187
188
+ </executions>
189
+ </plugin>
190
</plugins>
191
</pluginManagement>
192
<plugins>
0 commit comments