muthu01
(Muthuswamy Subramanian)
1
We have been using SonarQube Developer Edition
- Version 10.3 (build 82913)
We have setup sonar Quality Gate to run and scan on every pull request to our develop repositories.
Every time a new PR raises the report from older PR gets overwritten in the Dashboard New Code
I’d like to save the reports and publish it, is possible
Please help me with the same.
Welcome 
you can use a reporting plugin.
There are free and commercial ($) solutions, see
Otherwise use the Sonarqube web api to export the metrics after the analysis and process it as you like.
see https://<yoursonarhost>/web_api
Gilbert