Generate Sonar Report in XML and CSV file Format

徘徊边缘 提交于 2019-12-12 03:27:27

问题


I am using SonarQube 6.4 and I want to generate the report in XML and CSV format. Can anybody tell me how to do that ?


回答1:


There is no native functionality in SonarQube to generate the kind of reports you want. If you really have to have this, you'll need to cobble it together yourself with the results of the web services. Note that there are some hard-coded limits on the volume of results you can pull from those services, so you won't be able to use them to dump the entire DB.



来源:https://stackoverflow.com/questions/44744078/generate-sonar-report-in-xml-and-csv-file-format

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!