1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

update cobertura settings

This commit is contained in:
gaoyunpeng
2019-01-08 14:10:44 +08:00
parent 97063e5200
commit e28d24ba4a
2 changed files with 11 additions and 7 deletions

View File

@@ -190,6 +190,14 @@
</formats>
<check />
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>cobertura</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>