我的项目是使用maven作为构建工具。左右maven如何整合jenkins请参阅:
http://blog.csdn.net/yaominhua/article/details/40684355
本文仅仅介绍怎样在jenkins里面集成cobertura:
1. 首先确保你得jenkins已经安装有cobertura的plugin:
2. 配置jenkins,改动maven的运行命令,加入cobertura运行命令 cobertura:cobertura
3. 在Add post build action这个配置项中选择例如以下Publish Cobertura Coverage Report:
4. 选择完后会显示一个配置项, 这里天上你终于cobertura生成xml report的路径,我地路径是**/target/site/cobertura/coverage.xml
5. 又一次build你得项目。你就能够在项目首页看到code coverage report的了:
版权声明:本文博客原创文章,博客,未经同意,不得转载。