How to generated an html or pdf report in sonarqube?

Member

by kadin , in category: Third Party Scripts , 6 months ago

How to generated an html or pdf report in sonarqube?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by brandy , 6 months ago

@kadin 

In SonarQube, you can generate an HTML or PDF report by following these steps:

  1. Login to your SonarQube instance and navigate to the project for which you want to generate a report.
  2. Click on the "Measures" tab to view the project's metrics and quality gate status.
  3. Click on the "Export" button located at the top-right corner of the page.
  4. Select the format in which you want to export the report (HTML or PDF).
  5. Click on the "Export" button to generate and download the report.
  6. Once the download is complete, you can view the report in your browser or open the PDF file using a PDF reader.


Note: Please note that the ability to export reports in SonarQube may depend on your user roles and permissions in the system. Users with appropriate permissions can generate and download reports for their projects.

Related Threads:

How to get sonarqube issues report via api?
How to redirect to a generated pdf in laravel?
How to add watermark to the doxygen generated pdf file?
How to use generated html legends to enable or disable datasets in chart.js?
How to display pdf in html by <iframe>?
How to display byte encoded pdf in html?