Skip to content

Commit 440aefa

Browse files
committed
ci: ignore unreachable code
1 parent 834b6d9 commit 440aefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
--branch \
179179
--keep-only 'crates/**' \
180180
--ignore-not-existing \
181-
--excl-line 'grcov-excl-line|#\[derive\(|ensure!\(|assert!\(|/!|///' \
181+
--excl-line 'grcov-excl-line|unreachable!|unreachable_unchecked()|#\[derive\(|ensure!\(|assert!\(|/!|///' \
182182
--excl-start 'grcov-excl-start' \
183183
--excl-stop 'grcov-excl-stop' \
184184
--output-path ./target/debug/coverage/

0 commit comments

Comments
 (0)