是否可以对 sonarqube 中的每个功能进行新的代码分析?

Is it possible to get a new code analysis for every feature in sonarqube?

仪表板上有一个很酷的 block with new code analysis. I'd like to see something like this for every feature. I hoped to solve this using sonar-branch-community plugin,但它不会衡量短期分支中新代码的覆盖率。至于长期存在的分支——我试图让所有的功能分支都长期存在。在这种情况下有对新代码的分析,但它是从对该分支的第一次扫描开始的,并且无法将其与另一个长期存在的分支(或者是?)进行比较

有没有办法按功能执行新的代码分析?是否可以将 2 个扫描结果传递给此小部件以查看差异?

较新版本的 SonarQube 支持报告分支的代码覆盖率以及与目标长期分支相比引入的新问题。

SonarQube Community Branch Plugin 支持 SonarQube 7.2 中引入的新分支扫描功能,尽管我不相信 SonarQube 提供分支的 charted/visual 历史记录,只提供数值。