Title: ci: run strict-no-cover in scripts/test to catch stale pragmas locally by maxisbey · Pull Request #2305 · modelcontextprotocol/python-sdk · GitHub
Open Graph Title: ci: run strict-no-cover in scripts/test to catch stale pragmas locally by maxisbey · Pull Request #2305 · modelcontextprotocol/python-sdk
X Title: ci: run strict-no-cover in scripts/test to catch stale pragmas locally by maxisbey · Pull Request #2305 · modelcontextprotocol/python-sdk
Description: Adds strict-no-cover as a final step in ./scripts/test so stale # pragma: no cover annotations are caught locally before pushing. Updates CLAUDE.md with accurate testing guidance and documents the three coverage-pragma types. Motivation and Context PR #2302 passed ./scripts/test (100% coverage, all green) but failed CI in two ways: strict-no-cover flagged lines 61–63 of src/mcp/server/stdio.py — the new test executed them, but they still carried # pragma: no cover. coverage report saw 100% because the pragma excludes the line; strict-no-cover saw that a "never covered" line was in fact executed. Python 3.14 Windows branch coverage — a nested async with in the test produced a missing ->exit arc, a known coverage.py quirk. CLAUDE.md claimed ./scripts/test "matches CI exactly." It didn't: CI runs strict-no-cover as a separate step after coverage report (Linux only), and CI runs the full 3.10–3.14 × {ubuntu, windows} matrix. The first gap is closed here; the second is documented. CI does not invoke scripts/test — it inlines the coverage commands in shared.yml — so this change is purely local and does not run strict-no-cover twice. How Has This Been Tested? Reproduced the #2302 failure mode: added # pragma: no cover to a line that tests/server/test_stdio.py executes, then ran both paths. Full path (./scripts/test): Before: coverage report → 100%, exit 0. Stale pragma undetected. After: coverage report → 100%, then strict-no-cover → ❎ 1 lines wrongly marked, exit 1. ~21s wall time (vs ~20s before). Fast targeted path (documented in CLAUDE.md): uv run --frozen coverage erase uv run --frozen coverage run -m pytest tests/server/test_stdio.py uv run --frozen coverage combine uv run --frozen coverage report --include='src/mcp/server/stdio.py' --fail-under=0 UV_FROZEN=1 uv run --frozen strict-no-cover ~4s, catches the stale pragma, no false positives on partial runs (strict-no-cover only reports excluded ∩ executed — fewer executed lines just means fewer chances to catch, never a wrong flag). uv.lock pollution fix: strict-no-cover internally spawns subprocess.run(['uv', 'run', 'coverage', 'json', ...]) — no --frozen. On machines with registry overrides this rewrites uv.lock. Setting UV_FROZEN=1 propagates to the child process. Verified uv.lock stays clean through a full run. Breaking Changes None. ./scripts/test takes ~1s longer and exits nonzero when a stale pragma is found. Types of changes Bug fix (non-breaking change which fixes an issue) Documentation update Checklist I have read the MCP Documentation My code follows the repository's style guidelines New and existing tests pass locally I have added appropriate error handling I have added or updated documentation as needed Additional context The # pragma: no branch quirk for nested async with is documented as what-it-is, not what-to-do-about-it; the existing ~100 annotations in the tree are the pattern reference.
Open Graph Description: Adds strict-no-cover as a final step in ./scripts/test so stale # pragma: no cover annotations are caught locally before pushing. Updates CLAUDE.md with accurate testing guidance and documents the ...
X Description: Adds strict-no-cover as a final step in ./scripts/test so stale # pragma: no cover annotations are caught locally before pushing. Updates CLAUDE.md with accurate testing guidance and documents the ...
Opengraph URL: https://github.com/modelcontextprotocol/python-sdk/pull/2305
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:4c088717-f09d-8bfd-f94a-6daf1da0dd2a |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E49E:3019A8:907E85:BF5F5C:6A5BA44C |
| html-safe-nonce | 3699ae97020fd9696483a2544cdfa73c10b0df4e2df286589a2b5fb63c923094 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNDlFOjMwMTlBODo5MDdFODU6QkY1RjVDOjZBNUJBNDRDIiwidmlzaXRvcl9pZCI6IjE2Njc3MjM2NzgxMjg1MTQxMjQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 4b5de0c6ab6032d87637fc34b707c3091c778078960d037f191f970e7600301c |
| hovercard-subject-tag | pull_request:3410998964 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/modelcontextprotocol/python-sdk/pull/2305/files |
| twitter:image | https://avatars.githubusercontent.com/u/224885523?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/u/224885523?s=400&v=4 |
| og:image:alt | Adds strict-no-cover as a final step in ./scripts/test so stale # pragma: no cover annotations are caught locally before pushing. Updates CLAUDE.md with accurate testing guidance and documents the ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/modelcontextprotocol/python-sdk git https://github.com/modelcontextprotocol/python-sdk.git |
| octolytics-dimension-user_id | 182288589 |
| octolytics-dimension-user_login | modelcontextprotocol |
| octolytics-dimension-repository_id | 862584018 |
| octolytics-dimension-repository_nwo | modelcontextprotocol/python-sdk |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 862584018 |
| octolytics-dimension-repository_network_root_nwo | modelcontextprotocol/python-sdk |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9c975978430e9ad293956f2bbdaf153b1bd84a99 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width