Skip to content

Commit

Permalink
Follow codecov.io instructions for jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
psiniemi committed Dec 7, 2019
1 parent 44fbe49 commit f935a8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,14 @@
<version>0.8.5</version>
<executions>
<execution>
<id>default-prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
Expand Down

0 comments on commit f935a8c

Please sign in to comment.