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.