My build directory contains .gcno and .gcda files. When I open the directory with CoverStory, everything shows up fine.
My ultimate goal is to read the gcov output (.gcno and .gcda files), but these two file types are in binary format. Is there a way to read them via Terminal so that I can save the text equivalent to a text file?
Thanks!