QualInsight / qualinsight-plugins-sonarqube-badges

Plugin for SonarQube that generates badges displaying information about a project's or view's quality.
GNU Lesser General Public License v3.0
110 stars 141 forks source link

Branch Support for Badges #80

Open schnatterer opened 6 years ago

schnatterer commented 6 years ago

When using the branch plugin, as on sonarcloud.io multiple branches are scanned with the same project key.

For example, see here.

Different branches might have different metrics. So it would be perfect to be able to have an additional parameter for choosing the branch, e.g. like so: /api/badges/gate?branch=develop&key=...