SonarCloud matrix always show ‘zero’

Please advise how to fix this issue as SonarCloud matrix always show ‘zero’, even though the springboot build is successful, the command used in bitbucket pipeline
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar.

[INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=Epictenet-Qualis_qualis_funds&branch=phase1&resolved=false

Are you working with an SCM like Git? Have you committed all the files in your branch? Are there new / changed files in your branch?

I ask because if so… you need to commit the files in your branch to have them appear. :smiley: And, for a a short-lived branch like this one, there would need to be new/changed files.