Hi experts,
My C language project compiler is iar, and neither gcovr nor llvm-cov mentioned here seem to support this ide.
Therefore, I would like to ask if there is a recommended coverage tool for integrating SonarQube that is suitable for iar?
Hi experts,
My C language project compiler is iar, and neither gcovr nor llvm-cov mentioned here seem to support this ide.
Therefore, I would like to ask if there is a recommended coverage tool for integrating SonarQube that is suitable for iar?
Hi,
If the supported tools don’t work for you, you always have the option of using the tool of your choice and converting the output to the Generic Test Data format.
HTH,
Ann