Skip to content

Commit c0e314a

Browse files
Eugene Krivosheevaleksandraprohorova
authored andcommitted
Add test coverage report.
1 parent 05359d1 commit c0e314a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,25 @@
2727
<artifactId>maven-surefire-plugin</artifactId>
2828
<version>3.0.0-M5</version>
2929
</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+
<execution>
41+
<id>report</id>
42+
<phase>verify</phase>
43+
<goals>
44+
<goal>report</goal>
45+
</goals>
46+
</execution>
47+
</executions>
48+
</plugin>
3049
</plugins>
3150
</build>
3251

0 commit comments

Comments
 (0)