Getting Code Coverage info for a .net core app in Azure Pipelines
I’ve always wondered how to get code coverage information for a .net core app in my build pipeline in Azure Pipelines. When I just use the standard .net core template from AzD, I get my test results published but I don’t get any code coverage info. I’ve always known that getting code coverage is possible. … [Read more…]