CircleCI with SonarCloud

Not able to configure CircleCI with SonarCloud. If I do it manually using dotnet command, it’s working but when I do it with CircleCI.

Can anyone please help? It keeps giving me a message. Your default branch has not been analyzed yet.

  • ALM used- GitHub
  • CI system used - Circle CI
  • Scanner command used when applicable (private details masked)
  • Languages of the repository - dotnet 3.1

Hi,

Welcome to the community!

Can you confirm that you actually have analyzed your default/main branch? It sounds like CircleCI is picking up the fact that your dev activity is in a non-main branch and is passing the branch parameters accordingly.

 
Ann