50.00% (1/2) Uncovered changed code (with context): ================================================================================ src/Interpreters/FileCache/IFileCachePriority.cpp ================================================================================ --- uncovered block 57-57 --- 55 | { 56 | throw Exception(ErrorCodes::LOGICAL_ERROR, "Cache limits violated. " >> 57 | "{}", getStateInfoForLog(lock)); 58 | } 59 | No lost baseline coverage found. WARNING: Failed to get start time for [Print Uncovered Code] - start time and duration won't be set --- Coverage counts --- Lines : baseline 754,016/897,184 -> current 754,099/897,184 (delta +83 / +0) Functions : baseline 830,284/911,337 -> current 830,321/911,334 (delta +37 / -3) Branches : baseline 244,607/319,682 -> current 244,730/319,686 (delta +123 / +4)