如何对代码覆盖率结果中的程序集名称进行排序?
是否可以以某种方式在构建的摘要视图上按代码覆盖率结果中的名称或覆盖块的百分比对程序集名称进行排序?
当我们有 100 多个程序集时,如果不进行排序就很难找到特定的程序集检测的二进制文件列表。
我尝试对用于 MSTest 的“servertestrun.testrunconfig”文件中的所有程序集(常规标记下的所有程序集)进行排序,但这没有帮助。
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?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在代码覆盖率窗口中对程序集进行排序。为此,您应该执行以下步骤。
单击构建摘要中的“查看测试结果”,这将在测试结果窗口中打开结果文件。
在测试结果窗口中,有一个手势可以显示代码覆盖率结果。
在代码覆盖率窗口中,您可以对程序集进行排序,并可以查看代码覆盖率的完整详细信息。
You can sort the assemblies in the code coverage window. For that, you should do the following steps.
Click "View Test Results" in the build summary which will open the results file in test result window.
In test results window there is a gesture to show the code coverage results.
In code coverage window, you can sort the assemblies and can view full details of code coverage.