================================================================================ 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: 100.00% (12/12) No uncovered changed lines found. === Lost Baseline Coverage: 1 lines === ================================================================================ src/AggregateFunctions/AggregateFunctionWindowFunnel.cpp ================================================================================ --- lost coverage block 44-44 --- 42 | /// either sort whole container or do so partially merging ranges afterwards 43 | if (!prefix_sorted && !suffix_sorted) >> 44 | ::stableSort(std::begin(events_list), std::end(events_list)); 45 | else 46 | { WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 836,344/980,956 -> current 836,830/980,969 (delta +486 / +13) Functions : baseline 929,119/1,003,970 -> current 929,193/1,003,974 (delta +74 / +4) Branches : baseline 266,637/344,076 -> current 266,845/344,084 (delta +208 / +8)