Hello @Alex,
Welcome to Microsoft Q&A forum.
The "Configure Code Coverage Views" feature(includes viewing the changeset report) is a new feature(appears in VS 2022 Enterprise).
There’s no direct command line option of VSTest.Console.exe to generate a code coverage changeset report. I checked the .runsettings file’s configuration elements, but didn’t find any corresponding parameter that support to generate a code coverage changeset report.
I noticed that when exporting the test results(in VS), no options for filtering data and exporting different types of results/reports. By using the VSTest.Console.exe tool, it should be the same.
I recommend you submit a suggestion ticket on our Developer Community for this feature. Currently, you may consider searching and use some VS extensions or try other methods to filter/regenerate the generated normal code coverage results/reports.
Thanks for your understanding.
Best Regards,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.