I have multiple test projects inside a dotnet solution. Does it provides the final resut summary which contains all the covered tests?
Actually while running this I found that this is creating separate coverage files for both of the test projects, which is breaking in my case. Could you please help me to resolve it so that I can directly run the unittest on top of Solution and can get single coverage report that can be utilized for further checks like threshold init.