Reputation: 8057
I have the following setup:
We installed SonarQube plugin on the Stash Server, and it mostly works (quality gate, etc), but code coverage does not show up in diff in pull requests. What needs to be enabled to that to work?
Upvotes: 0
Views: 3335
Reputation: 892
You could use Code Coverage plugin to integrate coverage information into stash pull-requests. In order to use it, you need to:
That doesn't require SonarQube at all, since all information stored on Bitbucket itself.
Upvotes: 1
Reputation: 22804
Pull Request analysis doesn't (yet?) handle code coverage; it only looks at new issues (other than, of course, issues for things that are calculated server-side like inadequate test coverage).
Upvotes: 0