Reputation: 1237
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
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:
Or spend hours to write a custom solution by sending generated code coverage data in the pipeline via POST request to the reports endpoint:
But I think it's not worth the time.
Upvotes: 0