Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SQ analyzes the software projects with respect to five main quality characteristics and their corresponding flaws:

  • reliability (bugs)
  • security (vulnerabilities)
  • security review (security hotspots)
  • maintainability (technical debt and code smells)
  • code coverage
  • duplications

...

The Overview screen lets one choose between the New Code tab and the Overall Code tab. Perhaps most importantly the Quality Gate Status (Passed or Failed) is being displayed in the top left corner. The Quality Gate is a set of rules that are either met or failed in a specific point in time during project development. If all rules are met, the Quality Gate return with a positive result. Since the rules can be freely adjusted, SonarQube allows to customize the Quality Gate to the project needs.

For each of these, SQ reports the number of flaws, a rating (from A to E, with A being the highest / "best" score) for this characteristic, and a link to a trend diagram. Each of the reported information can be clicked and directs the user to more detailed analysis and/or diagrams for this value. The definition of the ratings as provided by SQ is described in the Rating table below (as well as, in more detail, at the official SQ documentation).

...