Tag: SonarQube

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

Unable to load component class org.sonar.scanner.bootstrap.ScannerPluginInstaller

Suddenly “Error during SonarQube Scanner execution” began to appear during at the end of Jenkins build. The full text in Jenkins console output looks like this:

Continue reading