PR changed-lines coverage: 80.00% (8/10, 0 noise lines excluded) Uncovered changed code (with context): ================================================================================ src/Dictionaries/getDictionaryConfigurationFromAST.cpp ================================================================================ --- uncovered block 522-523 --- 520 | "The dictionary definition contains unsupported function {}", func->name); 521 | } >> 522 | auto function = builder->build({}); >> 523 | function->prepare({}); 524 | 525 | /// We assume that function will not take arguments and will return constant value like tcpPort or hostName WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set