AmadeusITGroup / sonar-stash

Stash (BitBucket) plugin, a pull-request decorator which allows to integrate SonarQube violations directly into your pull-request
MIT License
165 stars 82 forks source link

Test coverage plugin for bitbucket #174

Closed PourtierRemi closed 6 years ago

PourtierRemi commented 6 years ago

Hello,

I am opening this issue because we would like to have a SonarQube Test Coverage Plugin for Bitbucket in our project.

The goal is simple: for each pull requests, after the Sonar build, a message from Sonar is added in the PR (such as now with the issues) with the detail of the coverage for each function added or modified in the commits.

We want to increase our code coverage. It would allow us to have access to a precise coverage measure for small piece of code (on pull request level, before the merge). It's easier to improve our testing that way on daily basis.

We think this plugin will be really useful for all the other development teams.

Do not hesitate to come back to me should you have any question. Thank you for your help.

t-8ch commented 6 years ago

Unfortunately the plugin does not have access to this kind of data. This is a limitation of the SonarQube plugin API.