How to export results as a PDF report?

前端 未结 4 1515
梦毁少年i
梦毁少年i 2021-02-04 06:41

I am using SonarQube 5.6.3. How can I create a SonarQube analysis details report as a PDF form, an excel report, or an html formatted report?

No plugin seems to be avail

4条回答
  •  自闭症患者
    2021-02-04 07:24

    To get html reports add these properties to your sonar.properties file

    sonar.analysis.mode=preview 
    sonar.issuesReport.html.enable=true
    

提交回复
热议问题