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

ci: Add a github workflow to fail when fixup commits exist #3624

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

poljar
Copy link
Contributor

@poljar poljar commented Jun 28, 2024

We tend to use fixup commits quite a bit, and in the heat of the moment we sometimes forget to squash them before the final merge.

This should prevent us from doing so.

@poljar poljar requested a review from a team as a code owner June 28, 2024 14:49
@poljar poljar requested review from Hywan and removed request for a team June 28, 2024 14:49
Copy link

codecov bot commented Jun 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.18%. Comparing base (1c92633) to head (42a4abf).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3624      +/-   ##
==========================================
+ Coverage   84.17%   84.18%   +0.01%     
==========================================
  Files         255      255              
  Lines       26515    26515              
==========================================
+ Hits        22319    22322       +3     
+ Misses       4196     4193       -3     

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

Copy link
Member

@bnjbvr bnjbvr left a comment

Choose a reason for hiding this comment

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

Sweet!

@bnjbvr bnjbvr removed the request for review from Hywan July 1, 2024 10:03
We tend to use fixup commits quite a bit, and in the heat of the moment
we sometimes forget to squash them before the final merge.

This should prevent us from doing so.
@poljar poljar force-pushed the poljar/fixup-commit-ci-workflow branch from 14cc0ed to 42a4abf Compare July 1, 2024 10:13
@poljar poljar enabled auto-merge (rebase) July 1, 2024 10:13
@poljar poljar merged commit 769fe8b into main Jul 1, 2024
39 checks passed
@poljar poljar deleted the poljar/fixup-commit-ci-workflow branch July 1, 2024 10:30
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.

2 participants