================================================================================ Changed-lines coverage summary ================================================================================ Denominator: lines added/modified by this PR in C/C++ source files that LCOV considers coverable (excludes blank lines, braces, comments, header-only declarations, and error-path noise such as `LOGICAL_ERROR`, `UNREACHABLE()`, `abort()`). Numerator: of those coverable lines, the number actually executed by the test suite during this coverage run. PR changed C/C++ lines covered by tests: 83.33% (5/6) Uncovered changed code (with context): ================================================================================ src/Storages/TimeSeries/TimeSeriesSink.cpp ================================================================================ --- uncovered block 375-375 --- 373 | catch (...) 374 | { >> 375 | tryLogCurrentException("TimeSeriesSink"); 376 | } 377 | } No lost baseline coverage found. WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 853,143/998,699 -> current 852,524/998,711 (delta -619 / +12) Functions : baseline 941,246/1,016,128 -> current 941,168/1,016,132 (delta -78 / +4) Branches : baseline 273,081/351,794 -> current 272,929/351,796 (delta -152 / +2)