Sonar HTML Report

Hi Team,
I want to generate HTML Sonar Report of my project.
I do not have any Sonar Server.
I want to generate HTML Sonar Report of my project locally.
Can any body help me on that.

Hi Prethesh,

You need to have a SonarQube server running (or use SonarCloud) to generate any reporting. You can use the Web API to generate reports in any format you wish if the built-in reporting does not suit your needs.

Brian