Hudson 可以显示 Maven2 项目的代码覆盖率吗

发布于 2024-10-10 06:25:56 字数 404 浏览 2 评论 0原文

那么问题是:有没有办法让 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初懵 2024-10-17 06:25:56

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".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文