Uh oh!
There was an error while loading. Please reload this page.
chore: add oxfmt changes to blame ignore rev list - #19366
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a commit hash to the .git-blame-ignore-revs file as a follow-up cleanup to PR #19311, which reformatted HTML files with oxfmt. The purpose is to exclude the formatting-only commit from git blame output, making it easier to find meaningful code changes when using git blame.
Changes:
- Added the commit hash
b1d25bb2462feb02defcdb28221759e26c115d99from PR #19311 to the git blame ignore list with an appropriate comment
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Results 📊✅ 1 passed | Total: 1 | Pass Rate: 100% | Execution Time: 1.97s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 14 uncovered lines. Files with missing lines (2)
Coverage diff@@ Coverage Diff @@## main #PR +/-##
==========================================
+ Coverage 60.51% 83.13% +22.62%
==========================================
Files 756 2 -754
Lines 41856 83 -41773
Branches 8032 57 -7975
==========================================
+ Hits 25336 69 -25267- Misses 16520 14 -16506- Partials 82 8 -74Generated by Codecov Action |
size-limit report 📦
|
Uh oh!
There was an error while loading. Please reload this page.
Suggested by @Lms24 as a cleanup to #19311 to avoid cluttering our git workflows