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?