PR changed-lines coverage: 91.67% (33/36, 0 noise lines excluded) Uncovered changed code (with context): ================================================================================ src/IO/BrotliReadBuffer.cpp ================================================================================ --- uncovered block 72-74 --- 70 | } 71 | >> 72 | throw Exception( >> 73 | ErrorCodes::BROTLI_READ_FAILED, >> 74 | "brotli decode error{}", 75 | getExceptionEntryWithFileName(*in)); 76 | } WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set