Changed-lines coverage: PR changed C/C++ lines covered by tests: 99.03% (102/103) Uncovered changed code (with context): ================================================================================ src/Common/tests/gtest_query_fuzzer_datatype.cpp ================================================================================ --- uncovered block 46-46 --- 44 | catch (const Exception & e) 45 | { >> 46 | return ::testing::AssertionFailure() << "cannot parse data type back: " << e.message() << "\ntype: " << formatted; 47 | } 48 | WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 892,276/1,037,985 -> current 892,221/1,038,115 (delta -55 / +130) Functions : baseline 951,946/1,026,919 -> current 952,033/1,026,937 (delta +87 / +18) Branches : baseline 288,800/369,722 -> current 288,576/369,762 (delta -224 / +40)