提交 77800ac0 编写于 作者: wu-sheng's avatar wu-sheng

测试coveralls

上级 1bb2c73b
......@@ -36,4 +36,7 @@ script:
- cd ..
- cd skywalking-webui
- mvn clean install -Dmaven.test.skip=true
\ No newline at end of file
- mvn clean install -Dmaven.test.skip=true
after_success:
- mvn clean cobertura:cobertura coveralls:report
\ No newline at end of file
......@@ -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>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册