Changed-lines coverage: PR changed C/C++ lines covered by tests: 83.33% (5/6) Uncovered changed code (with context): ================================================================================ src/Functions/TimeSeries/timeSeriesRange.cpp ================================================================================ --- uncovered block 68-68 --- 66 | timestamp_type = std::make_shared(timestamp_scale, *timezone); 67 | else >> 68 | timestamp_type = std::make_shared(timestamp_scale); 69 | } 70 | else WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 1,076,127/1,208,464 -> current 1,076,312/1,208,469 (delta +185 / +5) Functions : baseline 830,520/904,686 -> current 830,924/904,686 (delta +404 / +0) Branches : baseline 361,150/443,308 -> current 361,150/443,310 (delta +0 / +2)