Commit 4f31ecb
fix: narrow pragma: no cover to specific uncovered lines
The allow_partial branch is partially covered (line 181 runs during
streaming). Move pragma to the specific inner branch that isn't
covered (wrap_validation_errors + ValidationError case).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d0f7a72 commit 4f31ecb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
| 177 | + | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments