Skip to content

Commit

Permalink
调整主pom的cobertura插件配置,让他能集成多模块的测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
oldmanpushcart committed Nov 8, 2018
1 parent 8015dc7 commit 5b8ccc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,12 @@
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<outputDirectory>./target/tmpCobertura</outputDirectory>
<formats>
<format>html</format>
<format>xml</format>
</formats>
<aggregate>true</aggregate>
<check />
</configuration>
</plugin>
Expand Down

0 comments on commit 5b8ccc6

Please sign in to comment.