Help Needed: Analysing Code Coverage for C++ Modules in AOSP

I’m trying to analyse code coverage for C++ modules in AOSP using sonarqube. Do we have any steps where I start with?

Hello @karthikrathnam,

You can check the guide and examples listed in the sonarqube documentation, available here.

You will essentially need to generate the coverage reports (using GCOV or LLVM-COV) during your build process and then import them into SonarQube.

Feel free to reach out if you have any further questions

Thanks,