Skip to content

Commit

Permalink
Update for enabling codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Apr 15, 2016
1 parent 2e6ba43 commit 70c8fb7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,21 +188,21 @@
<goals>
<goal>prepare-agent</goal>
</goals>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
<configuration>
<propertyName>jacocoArgs</propertyName>
<includes>
<include>com.github.kunai.*</include>
</includes>
</configuration>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
<configuration>
<propertyName>jacocoArgs</propertyName>
<includes>
<include>com.github.kunai.*</include>
</includes>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 70c8fb7

Please sign in to comment.