如何配置Hudson在没有NCover的情况下显示MsTest的代码覆盖率结果?

发布于 2024-10-12 00:11:17 字数 123 浏览 2 评论 0原文

我的 Hudson 已经在我的解决方案中构建并运行了 MsTest 测试。 我已经在 Visual Studio 中看到了代码覆盖率指标,并且我正在构建中生成覆盖率文件。 我没有NCover。 如何让 Hudson 显示覆盖率指标?

My Hudson already builds and run the MsTest tests in my solution.
I already do see Code Coverage metrics in Visual Studio and I'm generating the coverage file in the build.
I don't have NCover.
How to make Hudson to show the coverage metrics?

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

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

发布评论

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

评论(2

终止放荡 2024-10-19 00:11:18

您可以在此处查看可用的 Hudson 插件列表。不幸的是,除非您使用 NCover,否则似乎没有任何东西可以满足您的需求。您有不能使用或不想使用它的原因吗?

You can look at the list of available Hudson plugins here. Unfortunately, there doesn't seem to be anything to meet your needs unless you use NCover. Is there a reason you can't use it or don't want to?

触ぅ动初心 2024-10-19 00:11:18

您可以通过首先从 Visual Studio 创建的二进制 (.coverage) 文件创建 xml 文件来完成此操作。以下两个链接展示了如何完成此任务。他们的工作就像一个魅力。

http://codetuner.blogspot.com/ 2011/09/convert-mstest-code-covarage-results-in.html

合并 Visual Studio 代码覆盖失败并出现 ImageNotFoundException

You can do this by first creating an xml file out of the binary (.coverage) file visual studio creates. Follwoing two links show how to achieve this task. They work like a charm.

http://codetuner.blogspot.com/2011/09/convert-mstest-code-covarage-results-in.html

Merging Visual Studio Code Coverage fails with ImageNotFoundException

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