In a previous posts, I explained how to computing code coverage for a .NET Core project with Azure DevOps and Coverlet. In this post, the code coverage visualization could be done directly in Azure DevOps. As a developer, you want to see these results directly into the IDE.

  1. Download the code coverage file from the build artifacts
  2. Open the file in Visual Studio
  3. In the “Code Coverage Results” tool window, find the method you want and double click on it to open the file in the editor with the coverage highlight

#azure devops #azure #tools #visual studio

Visualizing The Code Coverage Results From Azure Pipelines in Visual Studio
1.70 GEEK