You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds commit 89e9c43 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
0 commit comments