We are using AWS Codepipeline for CI/CD and do not intend to change that. Our codebase is in the BitBucket cloud. We would like to see a couple of things highlighted in the Bitbucket dashboard itself when the pull request is created:
- The test coverage (Maybe Sonarqube) - Open for recommendations
- Successful build
Is it reasonable to use the Bitbucket pipeline just for the successful build check and the test coverage to show in Bitbucket Dashboard?
Is there an alternate/better way to do it?