Commit f746546
Add pragma no cover for unreachable exception branch in test_filter_match
The match operator is supported by SQLite in the test environment, so the
exception handling branch is not executed. Added pragma: no cover to exclude
this defensive code from coverage reporting.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e2135c2 commit f746546
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| |||
0 commit comments