Determine your technical debt using SonarQube - Monitoring the results

Oct 2, 2017

TL; DR

Static analysis errors will appear as of the warnings in the compilation section. A static analysis badge will also appear on the build report and you’ll be able to have detailed and comprehensive information from SonarQube.

Information incorporated with the build

When displaying the details of a build, you’ll now find a new section dedicated to SonarQube. Within that section, besides the quality badge, you’ll also find a link to the static analysis results details. Also under the build section, all static analysis critical issues will show up as warnings.

23.png

Note: that only shows up for the msbuild kind of projects.

Details available in SonarQube

From your SonarQube web portal, you’ll find detailed static analysis results indicating how the code got better or worse. Using SonarQube you can build new dashboard that will help you have a clear vision at glance of your code quality and how to improve it.

24.png

25.png


Last edited Apr 15, 2024 by Vincent Biret


Tags: