Template for a good new topic, formatted with Markdown:
- ALM used (GitHub, Bitbucket Cloud, Azure DevOps)
- CI system used (Bitbucket Cloud, Azure DevOps, Travis CI, Circle CI
- Scanner command used when applicable (private details masked)
- Languages of the repository
- Only if the SonarCloud project is public, the URL
- And if you need help with pull request decoration, then the URL to the PR too
- Error observed (wrap logs/code around with triple quotes ``` for proper formatting)
- Steps to reproduce
- Potential workaround
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
Few days back sonar cloud analysis is working both in PUSH/PR events , we can see both in the same page and notifies through the bot(PR Decoration),
we changed the some configuration in analysis method for short lived branches.
By default it feature branch is compared to main branch but we changed to develop like below with the configuration like (sonar-scanner -Dsonar.branch.name=$BRANCH_NAME -Dsonar.branch.target=develop)
after this setting PR analysis results not showing in sonar cloud UI
But it was analyses and showing in GitHub
This work flow is used to trigger
Pls let me know the fix, Thank you.