-
Notifications
You must be signed in to change notification settings - Fork 55
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
Common ancestor fix #80
Conversation
94239a3
to
b869647
Compare
b869647
to
451b153
Compare
100% test coverage for modified lines |
ed9c5c6
to
8298b59
Compare
919b51c
to
93c027b
Compare
95d5b3f
to
0cf98e8
Compare
Add GitRepoFixture helper methods needed by #80
0cf98e8
to
2f41cc1
Compare
a3290fe
to
cf0994e
Compare
cf0994e
to
a64b1cc
Compare
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.89%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Let us know what you think of it by mentioning @sourcery-ai in a comment. |
Bugfix:
<commit>...
now compares always correctly to the latest common ancestorThis merge request used to be even larger, but I've managed to trim it down. I hope someone is willing to review it in one go.
Note: #107 will fix the build failure.