SonarQube incremental analysis for the Code Coverage

Viewed 937

Is it possible to run SonarQube in "Incremental" analysis mode and get not only code quality issues on the current branch but also other metrics, especially Code Coverage? (We are really interested to see how code coverage changed in the feature branch, comparing with the "develop" branch) How this can be configured?

sonar.analysis.mode=incremental
2 Answers
Related