Changed-lines coverage: PR changed C/C++ lines covered by tests: 62.50% (5/8) Uncovered changed code (with context): ================================================================================ src/Common/SignalHandlers.cpp ================================================================================ --- uncovered block 756-759 --- 754 | { 755 | /// Already reset: do nothing, and in particular do not touch (or construct) HandledSignals. >> 756 | if (handled_signals_were_reset.test()) >> 757 | return; 758 | >> 759 | HandledSignals::instance().reset(/* close_pipe= */ false); 760 | } 761 | WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 883,899/1,029,828 -> current 883,784/1,029,834 (delta -115 / +6) Functions : baseline 949,950/1,025,191 -> current 949,945/1,025,191 (delta -5 / +0) Branches : baseline 285,643/366,102 -> current 285,591/366,104 (delta -52 / +2)