Code coverage for ARM project

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • what are you trying to achieve
  • what have you tried so far to achieve this

The version of sonarqube sed is * Community Edition

  • Version 9.6.1 (build 59531)

How can I produced code coverage in sonarQube for ARM (c) project?

I run analysis as follows

sonar-scanner -X --define sonar.projectKey=<project_name> --define sonar.sources=. --define sonar.host.url= --define sonar.login=

I just see bugs but not code coverage.

Is it possible to customize the rules for the project?

Hey there.

Community Edition doesn’t support (our) C/C++ analysis. If you’re using GitHub - SonarOpenCommunity/sonar-cxx: SonarQube C++ Community plugin (cxx plugin): This plugin adds C++ support to SonarQube with the focus on integration of existing C++ tools., you should reach out to the maintainers.

Tried it on

  • Enterprise Edition
  • Version 9.2.4 (build 50792)

But couldnt get it

Make sure you’ve read the documentation on C/C++/Objective-C Test Coverage, and let us know what you’ve tried and what hasn’t worked.