Code coverage numbers are lower after upgrading from 6.0 -> 6.7.6->7.5

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    Sonarqube 7.5
  • what are you trying to achieve
    Comparing coverage numbers between version 6.0 and 7.5
    Would like to understand why the coverage numbers are lower after upgrade.

Checkout this excellent blog post on the SonarSource blog that might be related your situation, specifically because this describes a change that occurred between v6.0 and v7.5 (I think… v6.2, but that’s not too important): Why did my coverage just drop?!

This is also a good guide regarding SonarQube and Code Coverage:

Thank you @Colin