benoit
(Benoit)
February 11, 2019, 8:42am
6
Hi,
No it’s not normal. If you haven’t read it already, I invite you to take a look at our coverage guide/faq:
Coverage, the why and the how
Code coverage is an important quality metric that can be imported into SonarQube.
An external tool first computes the coverage report, and then, during the analysis, SonarQube is provided with information from this report.
If there is no coverage report format not covered by Test Coverage Parameters for your specific language, we provide the generic test data format for the coverage and the test execution reports. This is a simple format for gathering tests and co…
If it doesn’t help fixing your issue, open a new thread with details about:
how you run the scanner (the parameters/config, are you using one of our integration with a CI services, maven/gradle plugin, etc..).
Your project (the link if it’s a public project) which languages, build system, etc..
Best