Commit 4b3dec0
committed
coverage: remove stale pragma on send_resource_list_changed
This method was only exercised by the subprocess-based integration tests,
where coverage wasn't tracked in the child process. Now that
test_integration.py runs the server in-process via Client(mcp), the
method is covered and the pragma is invalid.
Caught by strict-no-cover (ubuntu-only CI step).
Github-Issue: #17761 parent 93ffa21 commit 4b3dec0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| |||
0 commit comments