We’re evaluating SonarQube 7.9.1 developer edition and it’s integration with Bitbucket server for Java projects. Our intention is to have the analysis results and test coverage shown in the pull requests on the Bitbucket interface.
I have most of it working, but do not see any red/green coverage bars in the diff view on the pull request in bitbucket:
The pull request does get decorated to some degree. It shows the SonarQube code insight option that pops up the quality report.
The pull request diff view does get decorated with code smells, and the coverage bars are shown in the sonarqube web interface, but the PR is not decorated with coverage bars.
So, am I right to expect that the coverage bars should also show in bitbucket?
Does this need to be configured/enabled separately anywhere?
I don’t see it mentioned on the sonar pull requests setup documentation.
(We’re on an older bitbucket server 5.16, if that matters)