We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834b6d9 commit 440aefaCopy full SHA for 440aefa
.github/workflows/ci.yml
@@ -178,7 +178,7 @@ jobs:
178
--branch \
179
--keep-only 'crates/**' \
180
--ignore-not-existing \
181
- --excl-line 'grcov-excl-line|#\[derive\(|ensure!\(|assert!\(|/!|///' \
+ --excl-line 'grcov-excl-line|unreachable!|unreachable_unchecked()|#\[derive\(|ensure!\(|assert!\(|/!|///' \
182
--excl-start 'grcov-excl-start' \
183
--excl-stop 'grcov-excl-stop' \
184
--output-path ./target/debug/coverage/
0 commit comments