Static Code Analysis
Last updated
Last updated
SonarQube is a Code Quality Assurance tool that collects and analyzes source code, and provides reports for the code quality of your project. It provides detailed reports on coding standards, unit tests, code coverage, bugs, and security vulnerabilities.
If you choose tool integration while creating a build pipeline, SonarQube report is displayed here. To view the report:
Click SonarQube Report in the build page.
A comprehensive report is displayed here.
Click on the numbers corresponding to bugs, vulnerabilities, etc. to be redirected to your SonarQube account for a more detailed report.
1. Click Quality Gate Status, to know the test cases status in SonarQube.
2. Click Lines of Code to see the code in SonarQube.