Step by Step Configuration of Sonarqube with Jenkins for Python
Sonarqube is an automated static code analysis tool configured with Jenkins, it will report bugs, vulnerabilities, and tech debt of the project. Sonarqube with Jenkins can be extensively used to raise the bugs that would be missed by some manual efforts. Secondly, Linting and code coverage are also handled by Sonarqube, so we don’t have …
Step by Step Configuration of Sonarqube with Jenkins for Python Read More »