Changed-lines coverage: PR changed C/C++ lines covered by tests: 95.65% (22/23) Uncovered changed code (with context): ================================================================================ src/Storages/StorageMerge.cpp ================================================================================ --- uncovered block 2481-2481 --- 2479 | if (node 2480 | && (typeid_cast(node->step.get()) || typeid_cast(node->step.get()))) >> 2481 | return expandable_reads.emplace(); 2482 | 2483 | /// Descend the steps the child plan puts on top of the read - the converting expressions and the WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 1,073,752/1,206,093 -> current 1,074,119/1,206,514 (delta +367 / +421) Functions : baseline 830,240/904,404 -> current 830,305/904,433 (delta +65 / +29) Branches : baseline 359,963/442,154 -> current 360,130/442,350 (delta +167 / +196)