Viewing analysis summary

View the analysis summary on the project overview page.

The project overview page allows you to view:

  • The releasability status of the project.

  • The current state of its quality.

  • The quality of what has been produced since the start of your new code.

and answers two questions:

  • Can I release my project today?

  • If I cannot release it today, what should I improve to make the project pass its quality gate?

To open the project overview page:

  • Retrieve your project. See Retrieving projects for more information. The Overview page opens. This page contains the following sections:

Quality gate status

The quality gate is your most powerful tool to enforce your quality policy. If the project passes, the Quality Gate Status will show a simple, green all-clear banner. See Understanding quality gates for more information.

If not, details and drill-downs are immediately available to quickly identify what went wrong. A section for each error condition shows the current project value and what it should be. As usual, you’ll be able to click through on current values to get more details about each issue.

Measures

In this section, you see all project measures. Select a measure for more details. Both list and tree views are available for each measure, and tree maps are available for percentages and ratings.

Activity

This section contains the full list of code scans performed on your project since it was created in SonarQube Server. By going there, you can follow the evolution of the quality gate, see the changes in quality profiles, discover when a given version of your code has been scanned, and more.

See also Viewing project activity.

Last updated

Was this helpful?