Skip to content

Commit 5b8ccc6

Browse files
调整主pom的cobertura插件配置,让他能集成多模块的测试用例
1 parent 8015dc7 commit 5b8ccc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,12 @@
9898
<artifactId>cobertura-maven-plugin</artifactId>
9999
<version>2.7</version>
100100
<configuration>
101+
<outputDirectory>./target/tmpCobertura</outputDirectory>
101102
<formats>
102103
<format>html</format>
103104
<format>xml</format>
104105
</formats>
106+
<aggregate>true</aggregate>
105107
<check />
106108
</configuration>
107109
</plugin>

0 commit comments

Comments
 (0)