PR changed-lines coverage: 89.47% (17/19, 0 noise lines excluded) Uncovered changed code (with context): ================================================================================ src/Functions/DateTimeTransforms.h ================================================================================ --- uncovered block 470-470 --- 468 | } 469 | >> 470 | static constexpr bool hasMonotonicity() { return true; } 471 | using FactorTransform = ZeroTransform; 472 | }; ================================================================================ src/Functions/IFunctionCustomWeek.h ================================================================================ --- uncovered block 41-41 --- 39 | return false; 40 | >> 41 | return true; 42 | } 43 | WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set