如何对代码覆盖率结果中的程序集名称进行排序?

发布于 2025-01-06 12:53:23 字数 276 浏览 1 评论 0原文

是否可以以某种方式在构建的摘要视图上按代码覆盖率结果中的名称或覆盖块的百分比对程序集名称进行排序?

我想要更改的已检测二进制文件列表。

当我们有 100 多个程序集时,如果不进行排序就很难找到特定的程序集检测的二进制文件列表。

我尝试对用于 MSTest 的“servertestrun.testrunco​​nfig”文件中的所有程序集(常规标记下的所有程序集)进行排序,但这没有帮助。

Is it possible somehow to sort assembly names by name or by % of covered blocks in the code coverage results on the build's Summary view?

My instrumented binaries list I want to change.

It is hard to find specific assembly without sorting when we have 100+ assemblies in the instrumented binaries list.

I tried to sort all assemblies in the "servertestrun.testrunconfig" file used for MSTest (All assemblies under Regular tag), but it was not helpful.

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

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

发布评论

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

评论(1

沒落の蓅哖 2025-01-13 12:53:23

您可以在代码覆盖率窗口中对程序集进行排序。为此,您应该执行以下步骤。

  1. 单击构建摘要中的“查看测试结果”,这将在测试结果窗口中打开结果文件。

  2. 在测试结果窗口中,有一个手势可以显示代码覆盖率结果。

  3. 在代码覆盖率窗口中,您可以对程序集进行排序,并可以查看代码覆盖率的完整详细信息。

You can sort the assemblies in the code coverage window. For that, you should do the following steps.

  1. Click "View Test Results" in the build summary which will open the results file in test result window.

  2. In test results window there is a gesture to show the code coverage results.

  3. In code coverage window, you can sort the assemblies and can view full details of code coverage.

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