100.00% (12/12) No uncovered changed lines found. === Lost Baseline Coverage: 6 lines === ================================================================================ src/Common/tests/gtest_dragonbox_msan.cpp ================================================================================ [source file not found: /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/src/Common/tests/gtest_dragonbox_msan.cpp] ================================================================================ src/IO/WriteHelpers.cpp ================================================================================ --- lost coverage block 303-303 --- 301 | size_t writeFloatTextFastPath(T x, char * buffer) 302 | { >> 303 | if constexpr (std::is_same_v) 304 | { 305 | DecomposedFloat64 decomposed(x); --- lost coverage block 362-363 --- 360 | } 361 | } >> 362 | >> 363 | template size_t writeFloatTextFastPath(Float64 x, char * buffer); 364 | template size_t writeFloatTextFastPath(Float32 x, char * buffer); 365 | template size_t writeFloatTextFastPath(BFloat16 x, char * buffer); WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 740,771/881,953 → current 740,829/881,946 (Δ +58 / -7) Functions : baseline 798,472/878,746 → current 798,578/878,801 (Δ +106 / +55) Branches : baseline 240,148/313,946 → current 240,195/313,944 (Δ +47 / -2)