I want to setup PR analysis of a .NET code base.
- ALM used
GitHub - CI system used
Azure DevOps
However, I keep getting;
14:51:45.817 INFO: Load project branches
14:51:45.860 DEBUG: GET 200 https://sonarcloud.io/api/project_branches/list?project=***_Platform | time=43ms
14:51:45.866 INFO: Load project branches (done) | time=49ms
14:51:45.868 INFO: Check ALM binding of project '***_Platform'
14:51:45.903 DEBUG: GET 200 https://sonarcloud.io/api/alm_integration/is_project_bound?project=***_Platform | time=34ms
14:51:45.905 INFO: Detected project binding: BOUND
14:51:45.905 INFO: Check ALM binding of project '***_Platform' (done) | time=37ms
14:51:45.906 INFO: Load project pull requests
14:51:45.939 DEBUG: GET 200 https://sonarcloud.io/api/project_pull_requests/list?project=***_Platform | time=32ms
14:51:45.943 INFO: Load project pull requests (done) | time=37ms
14:51:45.947 INFO: Load branch configuration
14:51:45.948 DEBUG: Found manual configuration of branch/PR analysis. Skipping automatic configuration.
14:51:46.067 DEBUG: GET 404 https://sonarcloud.io/api/alm_integration/show_pullrequest?project=***_Platform&pullrequestKey=450 | time=114ms
14:51:46.074 INFO: ------------------------------------------------------------------------
14:51:46.074 INFO: EXECUTION FAILURE
14:51:46.074 INFO: ------------------------------------------------------------------------
I am suspecting that the findings of manual configuration is the issue. However, I have not done any to my configuration of branch/PR analysis. Do I need some other configuration for this setup? I have not been able to find any solutions yet.