如何配置Hudson在没有NCover的情况下显示MsTest的代码覆盖率结果?
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在此处查看可用的 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?
您可以通过首先从 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