Skip to content

Commit

Permalink
combine test coverage report (apache#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
htynkn authored and CrazyHZM committed Dec 6, 2018
1 parent 45b3ab4 commit 6f32d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,10 @@
</configuration>
</execution>
<execution>
<id>jacoco-site</id>
<phase>package</phase>
<id>report-aggregate</id>
<phase>verify</phase>
<goals>
<goal>report</goal>
<goal>report-aggregate</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 6f32d72

Please sign in to comment.