Continuous Integration 持续集成

Obviously you need some kind of continuous integration server which is going to continuously build your SNAPSHOT versions and tag builds based on git tags.

很显然,你需要集中持续集成服务,用来持续构建你的SNAPSHOT版本,并且基于git标签进行构建。

Jenkins and Travis-CI are natural choices.

JenkinsTravis-CI就是非常适合的选择。

Code coverage is useful, and Cobertura has a good Maven plugin and CI support. There are other code coverage tools for Java, but I've used Cobertura.

测试覆盖率非常有用,Cobertura就有一个非常好的Maven插件和CI支持。当然也有其他的Java测试覆盖率工具,但是我一直在用Cobertura。

results matching ""

    No results matching ""