cmake-modules
cmake-modules copied to clipboard
geninfo: WARNING: no .gcno files found in . - skipping!
I was using a previous version of this code coverage and wanted to update to this one as I see it is better maintained. I am running into an issue though. When I try to make my_coverage_target I am getting: Capturing coverage data from . Found gcov version: 9.3.1 Using intermediate gcov format Scanning . for .gcno files ... geninfo: WARNING: no .gcno files found in . - skipping! Finished .info-file creation
It seems there is no .gcno file being created when I am running this coverage. Does anyone have any ideas on a solution to this issue? Do I need to run this as a Debug to make it work?
Thanks!