I would like to know if it’s possible to generate a nice HTML report from a branch analysis?
We are looking into integrating SonarQube into our PR process, but i would also like to have some form of a nice report that i can share with a larger group of people (not necessarily technical) so they are aware of a given branch analysis.
Is there such a feature available ? or any 3rd party tools that would allow this ?
Is there any public APIs for example that can be queried? for example - get the quality gate results of a given branch analysis, then i could dynamically create an HTML report from those values?