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,