Tag: Azure DevOps

Publish Code Coverage of .NET app in SonarQube from Azure DevOps

This article enhances the one where I explained the steps of generation and publication code coverage in Azure DevOps pipeline. This time we go further and implement “shift-left” strategy by introducing SonarQube in Azure DevOps CI/CD process. Our task here will be not only configure code analysis in SonarQube but also get code coverage metrics …

Continue reading