如何将 lcov 测试覆盖率工具与 Hudson 持续集成结合使用?

发布于 2024-09-13 16:22:07 字数 110 浏览 12 评论 0原文

在我的环境中,开发人员在处理源代码的模块测试时从命令行使用 lcov。 我想知道是否有一种方法可以轻松地将 lcov 的报告添加到 Hudson 的构建中?我将简化并自动化收集测试源代码覆盖率的整个过程。

In my environment developers use lcov from command line when working with source code's module tests.
I would like to know if there is a way to easily add reports from lcov to Hudson's builds? I would ease and automate the whole procedure of gathering test source code coverage.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

少女的英雄梦 2024-09-20 16:22:07

如果您希望将生成的 HTML 报告与您的作业/构建一起发布,请查看 htmlpublisher 插件:http://wiki.hudson-ci.org/display/HUDSON/HTML+Publisher+Plugin

这允许您指定多个 html 目录和索引文件,以便从作业或构建页面。

If you are looking to publish the generated HTML reports along with your job/builds, have a look at the htmlpublisher plugin: http://wiki.hudson-ci.org/display/HUDSON/HTML+Publisher+Plugin

This allows you to specify multiple html directories and index files to be made accessible from the job or build page.

§对你不离不弃 2024-09-20 16:22:07

查看 xUnit 插件。我在 this 中找到了信息线程。它包含有关使用 Hudson 构建 cpp 项目的更多信息。

Have a look at the xUnit Plugin. I found the info in this thread. It has more information for using Hudson to build cpp projects.

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