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.
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.