Commit c38b215
committed
Add coverage baseline commit to git-blame-ignore
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: #15531 parent a864840 commit c38b215
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments