On my python project, sonarQube (V 7.7) is showing 0% coverage on the class files and 100% coverage on the test files associated to the classes

Hi @doi_zece,

Can you please show the output of sonar-scanner? It would be useful to see the content of the xml file that you’re passing to sonar-scanner, i.e. server/tests/covu.xml

Beware that coverage report has to generated with coverage tool.

Have a look here to see how you can generate it: [Coverage & Test Data] Generate Reports for Apex, C/C++, Objective-C, Go, JS/TS and Python