Bitbucket Cloud Code coverage

Hi there,

We would like to achieve something like this.

OurRepo: Bitbucket Cloud
CICD: AWS Codepipeline

In our bitbucket cloud itself would like to integrate SonarQube\cloud to see the outcome of our code quality before it’s going to CICD (AWSCodepipeline) also we dont want to have separate CICD for scan build.

Can you guide me to achieve this please?

Hi,

Ehm… I’m a bit confused. You want analysis to happen before your CICD pipeline without using a separate CICD job? You can use SonarLint to perform in-IDE analysis…

 
HTH,
Ann