Hello everyone,
I hope you’re doing well! I’m experiencing an issue with my GitHub Actions workflow and I was hoping someone could point me in the right direction.
When I create a pull request (PR) to the main branch, I only see the PR itself along with the Quality Gates report. However, I don’t get the overview on the main branch, which I would normally expect to see when the PR is opened or merged.
Here’s some more information about the setup:
ALM Used:
- GitHub
CI System Used:
- GitHub Actions
Scanner Command Used:
- SonarCloud analysis is triggered in the
Build_Test_Coverage_Analyse
job using theSonarSource/sonarcloud-github-action
GitHub Action.
Languages in the Repository:
- JavaScript (Frontend code in the front folder of the repository)
SonarCloud Project (if applicable):
Error Observed:
- When opening a PR against the main branch, the overview of the PR does not appear as expected on the main branch, and I only see the Quality Gates in the PR checks.
Steps to Reproduce:
- Open a pull request targeting the main branch in the repository.
- The quality gates are visible, but the overview for the main branch is missing.
Potential Workaround:
- I have tried triggering the PR with the GitHub Actions workflow, but I haven’t been able to figure out how to show the main branch overview in the pull request. Any suggestions would be much appreciated!
Thanks a lot in advance!