91.67% (11/12) Uncovered changed code (with context): ================================================================================ src/Interpreters/Context.cpp ================================================================================ --- uncovered block 1565-1565 --- 1563 | common_warnings[Context::WarningType::AST_FUZZER_IS_ENABLED] = PreformattedMessage::create( 1564 | "The server-side AST fuzzer is enabled (`ast_fuzzer_runs` = {}). This is intended for testing only and is not suitable for production.", >> 1565 | (*settings)[Setting::ast_fuzzer_runs].value); 1566 | 1567 | /// Make setting's name ordered === Lost Baseline Coverage: 1 lines === ================================================================================ src/Interpreters/Context.cpp ================================================================================ --- lost coverage block 6683-6683 --- 6681 | if (encoded < 0) 6682 | return std::nullopt; >> 6683 | return encoded != 0; 6684 | } 6685 | WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 776,805/923,388 -> current 777,116/923,391 (delta +311 / +3) Functions : baseline 885,917/969,377 -> current 885,901/969,375 (delta -16 / -2) Branches : baseline 253,794/331,536 -> current 253,912/331,538 (delta +118 / +2)