In project we have both asp.net core and asp.net framework sln. Now I need to get Code Coverage Report for both asp.net framework and asp.net core unit tests in Azure DevOps. Please help me out. I have already checked "This Article" it is not working for me. I am using Visual Studio Test task for Tests it is working fine and showing the results in Tests tab. When I enabled Code coverage enabled in the VS Test task it is simply publishing .coverage file but not displaying the code coverage report.
Asked
Active
Viewed 517 times