Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# error arm of a conversion that `chunks_exact(2)` guarantees, and the empty
# arm of a `slice::split` that always yields a segment — so the region figure
# sits just under 100 and lines/functions are the meaningful invariants.
- run: cargo llvm-cov --lib --fail-under-lines 100 --fail-under-functions 100 --show-missing-lines
- run: cargo llvm-cov --fail-under-lines 100 --fail-under-functions 100 --show-missing-lines --ignore-filename-regex '(^|/)src/(main\.rs|bin/)'

msrv:
name: MSRV (1.75)
Expand Down
Loading