Commit d1c8560
fix(mcpserver): add lax no cover pragmas for subprocess-only coverage paths
Lines 306-308 (match transport/stdio case) and 860-867 (run_stdio_async)
are only covered via subprocess in test_1027_win_unreachable_cleanup.py.
Coverage 7.10.7 (lowest-direct) does not capture subprocess coverage on
Windows+Python 3.13, causing a spurious fail_under=100 failure.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e187a74 commit d1c8560
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
860 | | - | |
| 860 | + | |
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
| |||
0 commit comments