Getting notifications

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • what are you trying to achieve
  • what have you tried so far to achieve this

SonarQube Version - 8.9

Is it possible to have early notification during development if quality and coverage pass before creating PR?

Hi,

What you’re describing is analysis of the underlying feature branch. It’s available, but “heavier” than PR analysis and without the benefit of feedback that’s focused only on your changes.

Probably here the tooling in your IDE is going to be your best bet: SonarLint for quality, reliability & security with the whatever built-in tooling there is for coverage.

 
HTH,
Ann