PR changed-lines coverage: 97.54% (119/122, 1 noise lines excluded) Uncovered changed code (with context): ================================================================================ src/Common/IntervalKind.cpp ================================================================================ --- uncovered block 242-242 --- 240 | case IntervalKind::Kind::Month: 241 | return "toMonth"; >> 242 | case IntervalKind::Kind::Quarter: 243 | return "toQuarter"; 244 | case IntervalKind::Kind::Year: ================================================================================ src/Parsers/ExpressionListParsers.cpp ================================================================================ --- uncovered block 1579-1579 --- 1577 | { 1578 | if (elements.empty()) >> 1579 | return false; 1580 | 1581 | node = buildExtractResult(elements[0]); --- uncovered block 1670-1670 --- 1668 | make_intrusive(UInt64(1000))), 1669 | make_intrusive(UInt64(1))); >> 1670 | case ExtractUnit::None: 1671 | UNREACHABLE(); 1672 | } WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set