ztnel / gpio

RPi GPIO drivers for IoT applications
MIT License
0 stars 0 forks source link

GCDA Generation Bug #6

Open ztnel opened 2 years ago

ztnel commented 2 years ago

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.