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 73963f3 commit 2989ac1Copy full SHA for 2989ac1
pom.xml
@@ -139,6 +139,25 @@
139
<excludeFromFailureFile>pmd-exclude.properties</excludeFromFailureFile>
140
</configuration>
141
</plugin>
142
+ <plugin>
143
+ <groupId>org.jacoco</groupId>
144
+ <artifactId>jacoco-maven-plugin</artifactId>
145
+ <version>0.8.14</version>
146
+ <executions>
147
+ <execution>
148
+ <goals>
149
+ <goal>prepare-agent</goal>
150
+ </goals>
151
+ </execution>
152
153
+ <id>generate-code-coverage-report</id>
154
+ <phase>test</phase>
155
156
+ <goal>report</goal>
157
158
159
+ </executions>
160
+</plugin>
161
</plugins>
162
</build>
163
</project>
0 commit comments