Conversation
Rebase merged on a PR updated the commit sha1 Close #646
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #650 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 13
Lines 721 721
=========================================
Hits 721 721
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR fixes a broken .git-blame-ignore-revs file that was causing git blame functionality to fail. The issue was caused by an invalid commit SHA that had "qq" appended to it, making it 42 characters instead of the valid 40 hexadecimal characters required for a full git commit SHA. The PR updates the commit SHA to the correct value (either after a rebase or correcting the typo).
Changes:
- Corrects the malformed commit SHA in
.git-blame-ignore-revsby removing the invalid "qq" suffix and updating to the proper commit hash
Rebase merged on a PR updated the commit sha1
Close #646