博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在maven工程中统计代码覆盖率
阅读量:5239 次
发布时间:2019-06-14

本文共 743 字,大约阅读时间需要 2 分钟。

增加如下配置

org.codehaus.mojo
cobertura-maven-plugin
2.5.1
cobertura
true
**/*Test.class
**/Test*.class

完了之后执行命令

mvn cobertura:cobertura site

即可生成覆盖率报告到目录target/site/cobertura

参考:http://tianya23.blog.51cto.com/1081650/328659

转载于:https://www.cnblogs.com/yuankui/archive/2013/05/02/3054583.html

你可能感兴趣的文章
第11章 缓存机制
查看>>
GDI与GDI+ 贴图性能对比
查看>>
线段树 (扫描线)
查看>>
js、php 判断用户终端 、浏览器类型
查看>>
php函数serialize()与unserialize() 数据序列化与反序列化
查看>>
【设计模式】装饰者模式
查看>>
golang数据类型二
查看>>
给谷歌浏览器添加网页翻译插件
查看>>
真的能做到豁達嗎?
查看>>
OpenCV.3.4.6.附加依赖项
查看>>
Python-字符串处理 str.format()
查看>>
线程池ThreadPoolExecutor使用简介
查看>>
C#实现MySQL数据库中的blob数据存储
查看>>
Ztree基本用法
查看>>
idea安装
查看>>
spring注入注解
查看>>
A performance evaluation of local descriptors——局部描述子评估译文(1,2,...)
查看>>
arrays.xml文件中添加drawable数组的问题
查看>>
惊爆!余额宝迎来最强劲对手,内部爆料微信“零钱通”强势来袭
查看>>
第一阶段SCRUM冲刺-04
查看>>