Sai Nikhil
Sai Nikhil

Reputation: 1237

Code Coverage for Pull Request for Bitbucket Cloud

I found the following addon for Code Coverage status directly in a Pull Request, that can be integrated with Bitbucket Server.

https://marketplace.atlassian.com/apps/1218271/code-coverage-for-bitbucket-server

Is there any similar addon for showing Code Coverage status directly in a Pull Request, that can be integrated with Bitbucket Cloud?

I do not see it in the list of addons below:

https://bitbucket.org/account/user/[user_name]/addon-directory

Or did I miss something?

Upvotes: 4

Views: 1591

Answers (2)

Adrian Golda
Adrian Golda

Reputation: 21

It's not there. I spent over an hour looking for a free, similar plugin and didn't find any quick solution.

You could try a paid one like this:

https://marketplace.atlassian.com/apps/1214134/include-code-quality-for-bitbucket-cloud?hosting=cloud&tab=overview

Or spend hours to write a custom solution by sending generated code coverage data in the pipeline via POST request to the reports endpoint:

https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Is-there-any-Cloud-version-of-Bitbucket-Code-Coverage/qaq-p/2223261

But I think it's not worth the time.

Upvotes: 0

Jim Redmond
Jim Redmond

Reputation: 5660

You did not miss anything. It isn't there.

Upvotes: 4

Related Questions