- ALM used - Bitbucket Cloud
- CI system used - Bitbucket Cloud
- Scanner command used when applicable - BitBucket Pipeline (Automatic)
- Languages of the repository - JS, XML, HTML & CSS
So I’ve just setup Sonar Cloud for 2 BitBucket Projects.
The below seems to work as intended:
Reliability - Bugs
Security - Vulnerabilities & Security Hotspots
Maintainability - Debt & Code Smells
Duplications - Duplications & Duplicated Blocks
But Coverage is at 0.0% for both the projects and most of the lines have a red indicator with a tool tip saying Not covered by tests.
What does this indicate?
From what I can infer, it is that SonarCloud is not testing these when it asses the above working measures, but I can see alot of code that is “Not covered by tests.” so I hope that is not the case.
If someone could clarify that’ll be great.
I know this is a very basic question but the documentation section was not of much help.
Thank you.