How to upload a report to SonarQube properly using SonarQube API
问题 I want to upload a json report made in R using lintr package to my SonarQube server. I'm making a POST taking advantage of the api/ce/submit command (You can find it in https://next.sonarqube.com/sonarqube/web_api/api/ce?internal=true). To do this i'm using Postman with this params: projectKey: XX projectName: XXname report: lintr_out.json projectBranch: testing-1.0 This command create the Project in Sonar but it's not able to show the information of the report. Anybody knows how can i see