Hudson 可以显示 Maven2 项目的代码覆盖率吗
那么问题是:有没有办法让 cobertura 测试覆盖率图显示在项目的首页,类似于测试趋势图,用 maven2 项目?
参考文献: hudson 中的 cobertura 图 如何使用 Maven 生成 Cobertura 代码覆盖率报告Hudson
如果不是,我应该向他们报告这是一个错误吗?你认为吗?
谢谢! -r
So the question is: is there a way to have the cobertura test coverage graph be shown on the front page of a project, similar to the test trend graph, with a maven2 project?
refs: cobertura graph in hudson
How to generate Cobertura Code Coverage Report using Maven from Hudson
If not, is this a bug I should report to them, do you think?
Thanks!
-r
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Hudson Cobertura 插件 应该允许使用以下路径配置构建: Cobertura 报告(XML 格式),Hudson 可以从中提取覆盖率报告并呈现它。构建仍然需要运行 Cobertura 本身,或者作为完整站点生成的一部分,或者使用cobertura:cobertura。
根据记忆,查看项目配置页面的底部(在构建后操作下);该设置的标签类似于“发布 Cobertura 报告”。
The Hudson Cobertura plugin should allow a build to be configured with the path to a Cobertura report (in XML format), from which Hudson can then pull the coverage report and render it. The build will still need to run Cobertura itself, either as part of a full site generation, or using cobertura:cobertura.
From memory, look towards the bottom of the project's configuration page (under Post-Build actions); the setting is labelled something like "Publish Cobertura report".