Files
Tobias Brandt 979653b9b3 fix(ci): resolve codecov/patch coverage failure
- 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>
2026-03-27 20:38:01 +02:00
..
2023-07-26 00:14:09 +00:00