From c38b21531467c6293394749c6d72fed6d3f391ff Mon Sep 17 00:00:00 2001 From: Max Isbey <224885523+maxisbey@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:35:25 +0000 Subject: [PATCH] Add coverage baseline commit to git-blame-ignore Adds commit 89e9c43acf7e23cf766357d776ec1ce63ac2c58e to .git-blame-ignore-revs to exclude the large-scale addition of # pragma: no cover comments from git blame output. This commit established a 100% code coverage baseline by adding pragma comments throughout the codebase. While important for coverage tracking, these annotations are noise in git blame and should be ignored to show the original authors of substantive code changes. Github-Issue: #1553 --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 57cba171fb..9fd6c03c72 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,5 @@ # Applied 120 line-length rule to all files: https://github.com/modelcontextprotocol/python-sdk/pull/856 543961968c0634e93d919d509cce23a1d6a56c21 + +# Added 100% code coverage baseline with pragma comments: https://github.com/modelcontextprotocol/python-sdk/pull/1553 +89e9c43acf7e23cf766357d776ec1ce63ac2c58e