Skip to content

Commit f935a8c

Browse files
committed
Follow codecov.io instructions for jacoco
1 parent 44fbe49 commit f935a8c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,14 @@
148148
<version>0.8.5</version>
149149
<executions>
150150
<execution>
151-
<id>default-prepare-agent</id>
152151
<goals>
153152
<goal>prepare-agent</goal>
153+
</goals>
154+
</execution>
155+
<execution>
156+
<id>report</id>
157+
<phase>test</phase>
158+
<goals>
154159
<goal>report</goal>
155160
</goals>
156161
</execution>

0 commit comments

Comments
 (0)