测试coveralls
This commit is contained in:
parent
1bb2c73b8f
commit
77800ac0a4
|
|
@ -36,4 +36,7 @@ script:
|
|||
|
||||
- cd ..
|
||||
- cd skywalking-webui
|
||||
- mvn clean install -Dmaven.test.skip=true
|
||||
- mvn clean install -Dmaven.test.skip=true
|
||||
|
||||
after_success:
|
||||
- mvn clean cobertura:cobertura coveralls:report
|
||||
|
|
@ -125,6 +125,17 @@
|
|||
<artifactId>coveralls-maven-plugin</artifactId>
|
||||
<version>4.1.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>2.7</version>
|
||||
<configuration>
|
||||
<format>xml</format>
|
||||
<maxmem>256m</maxmem>
|
||||
<!-- aggregated reports for multi-module projects -->
|
||||
<aggregate>true</aggregate>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue