有没有办法将 lcov 的覆盖信息文件转换为与 Hudson 的覆盖插件之一一起使用?
我正在使用 lcov(图形 gcov 工具扩展)生成测试代码覆盖率。该代码使用 Hudson 进行编译,并使用 Publish HTML 插件来显示每个构建的结果报告。 我缺少其他 Hudson 覆盖率插件提供的趋势图。
是否有一个工具/项目可以将 lcov 的覆盖输出转换为与 Cobertura、Emma...等兼容的 xml 格式?
I am generating test code coverage using lcov (a graphical gcov tool extension). The code is compiled using Hudson and a Publish HTML plug-in is used to show results report per build.
I lack a trend graphs available from other Hudson's coverage plug-ins.
Is there a tool/project to transform lcov's coverage output to xml format compatible with e.g. Cobertura, Emma... etc.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 gcovr 生成 Cobertura 兼容的 XML 文件。
You can use gcovr to generate a Cobertura compatible XML file.