Hi!
In a few days, we're going to migrate from BitBucket Server to BitBucket Data Center.
As stated in the documentation page https://confluence.atlassian.com/bitbucketserver/code-insights-966660485.html, it is possible to see the code coverage in the BitBucket pull requests.
However, I've already tried the Code Insights REST API, but surprisingly, it's not possible to deal with the code coverage.
I can see 3 solutions:
Normally, tagging a line with one of a 3 values [covered, partially covered, uncovered] should be super easy, especially as annotations are already available. I really don't need to get a big solution like SonarQube for this basic code coverage display feature.
I've considered to write my own extension but not only it would take some time, but also the documentation is far too basic to successfully doing it. Which leaves the option of using the above Atlassian plugin.
My questions are:
Thanks a lot, I'm sure I'm not the only one to expect this feature that is, I do insist, available in the documentation and the BitBucket GUI (check box 'Code coverage' in the configuration wheel).
EDIT: may I hope an answer some day???!
I'm also interested in this question and looking for an answer. Actually, my integration flow is the next:
So I just want to have the clean way and clean height how can I to integrate code coverage with my pull requests.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.