0

When we get coverage result from Keil, we don't get any .gcdo .gcno files, but after using COVERAGE gcov *, we get .gcov files for each module.

There is option -g to use preprocessed .gcov file in gcovr, but I am unable to get any output.

Any help would be appreciated.

Martin Evans
  • 45,791
  • 17
  • 81
  • 97
yogesh singh
  • 103
  • 1
  • 10
  • what's your project layout? Where are the .gcov files, and from which directory are you running gcovr? Which gcovr version are you using? – amon Jan 09 '18 at 21:48
  • It looks like you are cross compiling for ARM, do you have Linux OS runtime available with you?, since the coverage data requires a filesystem to up and running for it to gather the results – AmeyaVS Feb 27 '18 at 06:01

0 Answers0