Changed-lines coverage: PR changed C/C++ lines covered by tests: 99.12% (112/113) Uncovered changed code (with context): ================================================================================ src/Storages/TimeSeries/PrometheusQueryToSQL/applyOffset.cpp ================================================================================ --- uncovered block 109-109 --- 107 | { 108 | /// is expected to be calculated at a fixed evaluation time. >> 109 | if (expression.start_time != expression.end_time) 110 | { 111 | throw Exception(ErrorCodes::LOGICAL_ERROR, WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 935,201/1,081,321 -> current 935,332/1,081,321 (delta +131 / +0) Functions : baseline 806,413/877,946 -> current 806,681/877,946 (delta +268 / +0) Branches : baseline 306,306/389,312 -> current 306,356/389,312 (delta +50 / +0)