why do decorators on PRs only show up after analysis is complete now? this behavior began a few weeks back. problematic because GitHub will show that all tests are complete & ready to merge rather than the actual status of sonarqube still running.
Hi @n8dawg and welcome to the Community! PR decoration and merge checks are two different things. Even though the PR decoration will only show up after the analysis has been processed, the merge check, if configured correctly, will prevent your from merging even before that. Could you please have a look at this doc (describing how to set up the merge check in GitHub) and ensure you have configured it as documented?