Easily identify new uncovered lines

We are trying to get the 80% code coverage on new code thanks to the feedback from Sonarqube PR analysis, but I could not find an easy way to identify which new lines are not considered as covered by the tooling.
In my case, the concern is with some python code.

I found that old thread which was showing new lines appearing with a yellow background to make them much easier to see, (Not able to find out lines not covered in new code) and then we can easily combine that with the coverage information in red for the uncovered lines, but on the current Sonarcloud version, I don’t see any yellow background anymore.

The only way I found so far to try to identify my lines is to mouse over the code showed as uncovered to see which one is part of the new code.

Would you see an easier way to just view the uncovered new lines?

Thanks for any help

sorry, partially answering my own question, it appears that a light blue now appears for new code, but I guess my concern is that this light blue does not have any effect whey you are viewing the page in dark mode, this is why I was not seeing it initially.

1 Like