For some reason gcov failed to generate gcda files for sysfs.c my best guess is that this is related to the goto statements within that module. Perhaps gcov is not setup to handle that in the ci container. I was not able to reproduce the failure locally so more investigation is required in order to find a strong fix.
For some reason gcov failed to generate gcda files for
sysfs.c
my best guess is that this is related to thegoto
statements within that module. Perhaps gcov is not setup to handle that in the ci container. I was not able to reproduce the failure locally so more investigation is required in order to find a strong fix.