100.00% (8/8) No uncovered changed lines found. === Lost Baseline Coverage: 3 lines === ================================================================================ src/Functions/FunctionsExternalDictionaries.h ================================================================================ --- lost coverage block 190-192 --- 188 | { 189 | if (arguments.size() < 2) >> 190 | throw Exception(ErrorCodes::NUMBER_OF_ARGUMENTS_DOESNT_MATCH, >> 191 | "Wrong argument count for function {}", >> 192 | getName()); 193 | 194 | if (!isString(arguments[0])) WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 758,442/901,534 -> current 758,507/901,534 (delta +65 / +0) Functions : baseline 830,796/911,812 -> current 830,744/911,811 (delta -52 / -1) Branches : baseline 246,569/321,728 -> current 246,671/321,728 (delta +102 / +0)