Changed-lines coverage: PR changed C/C++ lines covered by tests: 97.37% (37/38) Uncovered changed code (with context): ================================================================================ src/Parsers/ParserSampleRatio.cpp ================================================================================ --- uncovered block 147-147 --- 145 | /// Reject trailing characters instead of silently ignoring them (they could change the fraction). 146 | if (pos != end) >> 147 | return false; 148 | 149 | /// NOTE You do not need to remove the common power of ten from the numerator and denominator. WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 863,251/1,009,417 -> current 864,249/1,009,450 (delta +998 / +33) Functions : baseline 944,100/1,018,974 -> current 944,218/1,018,972 (delta +118 / -2) Branches : baseline 276,967/356,348 -> current 277,061/356,366 (delta +94 / +18)