Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .git-blame-ignore-revs file #12154

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Add .git-blame-ignore-revs file #12154

merged 1 commit into from
Jan 25, 2024

Conversation

TomasEng
Copy link
Contributor

@TomasEng TomasEng commented Jan 25, 2024

Description

  • Added file that contains commits that should be ignored by Git's blame command.
  • Added paragraph that describes how to apply this in CONTRIBUTING.md.
  • Modified the setup script in package.json so that this is configured automatically when running yarn run setup.

Related Issue(s)

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)

@TomasEng TomasEng linked an issue Jan 25, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@d1997f8). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #12154   +/-   ##
=======================================
  Coverage        ?   87.96%           
=======================================
  Files           ?      978           
  Lines           ?    14065           
  Branches        ?     1712           
=======================================
  Hits            ?    12372           
  Misses          ?     1481           
  Partials        ?      212           

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

@TomasEng TomasEng marked this pull request as ready for review January 25, 2024 10:49
Copy link
Collaborator

@framitdavid framitdavid left a comment

Choose a reason for hiding this comment

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

Nice! Love that you added Docs for it.

@TomasEng TomasEng merged commit 7aa4acb into main Jan 25, 2024
10 checks passed
@TomasEng TomasEng deleted the add-ignore-revs-file branch January 25, 2024 10:56
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.

Format all existing files using Prettier
2 participants