Skip to content

Commit 011ee9b

Browse files
Copilotslachiewicz
andcommitted
Add JaCoCo code coverage plugin with version 0.8.14
Co-authored-by: slachiewicz <[email protected]>
1 parent 3d6eb9e commit 011ee9b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,25 @@
110110
</execution>
111111
</executions>
112112
</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+
<execution>
124+
<id>report</id>
125+
<goals>
126+
<goal>report</goal>
127+
</goals>
128+
<phase>verify</phase>
129+
</execution>
130+
</executions>
131+
</plugin>
113132
</plugins>
114133
</build>
115134
</project>

0 commit comments

Comments
 (0)