I am using python to get pullrequest analysis report that shows coverage details on a branch but response is just a list of all pull request and not the one am looking for. my goal is to get pull branch analysis report locally so that i can get coverage percentage and use it somewhere else.
or can you guys tell me where can i find the pullbranch analysis report locally where sonar-scanner is running because it pulls from server right and posts comments to gerrit server?
Have you tried this via the UI? The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.
Yes, i tried the gui and i am seeing that i am getting 404 response to curl call and same call works on mac. so on linux how should i construct my call because my setup is on jenkins.