Skip to content

Fix git-blame-ignore-revs#650

Merged
codingjoe merged 1 commit intomainfrom
issues/646/blame
Feb 17, 2026
Merged

Fix git-blame-ignore-revs#650
codingjoe merged 1 commit intomainfrom
issues/646/blame

Conversation

@codingjoe
Copy link
Copy Markdown
Owner

Rebase merged on a PR updated the commit sha1

Close #646

Rebase merged on a PR updated the commit sha1

Close #646
Copilot AI review requested due to automatic review settings February 17, 2026 17:07
@codingjoe codingjoe self-assigned this Feb 17, 2026
@codingjoe codingjoe merged commit 660b000 into main Feb 17, 2026
24 checks passed
@codingjoe codingjoe deleted the issues/646/blame branch February 17, 2026 17:07
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (bc54f69) to head (761f02c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #650   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          721       721           
=========================================
  Hits           721       721           
Flag Coverage Δ
python-3.10-django-5.2 58.11% <ø> (ø)
python-3.11-django-5.2 58.11% <ø> (ø)
python-3.12-django-5.2 52.14% <ø> (ø)
python-3.12-django-6.0 52.14% <ø> (ø)
python-3.13-django-5.2 52.14% <ø> (ø)
python-3.13-django-5.2-celery 57.42% <ø> (ø)
python-3.13-django-5.2-kafka 55.33% <ø> (ø)
python-3.13-django-5.2-psutil 64.35% <ø> (ø)
python-3.13-django-5.2-rabbitmq 55.06% <ø> (ø)
python-3.13-django-5.2-redis 54.92% <ø> (ø)
python-3.13-django-5.2-rss 73.23% <ø> (ø)
python-3.13-django-6.0 52.14% <ø> (ø)
python-3.14-django-5.2 52.44% <ø> (ø)
python-3.14-django-6.0 52.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-revs by removing the invalid "qq" suffix and updating to the proper commit hash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Git blame broken

2 participants