mirror of
https://github.com/PRQL/prql.git
synced 2026-03-30 23:21:50 +00:00
- Remove dead code in offset_to_line_col() — the trailing None was unreachable since the guard at the top ensures offset <= source.len() and the loop handles all positions < source.len() - Add test_utils.rs and build.rs to codecov ignore — test_utils.rs is #[cfg(test)] infrastructure with branches that depend on how cargo was invoked (impossible to fully cover in a single CI run), and build.rs runs at compile time so is never instrumented by cargo-llvm-cov Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>