-
Notifications
You must be signed in to change notification settings - Fork 675
fix(api): return the new commit when calling cherry_pick #3097
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3097 +/- ##
==========================================
+ Coverage 96.72% 96.77% +0.04%
==========================================
Files 96 96
Lines 6293 6293
==========================================
+ Hits 6087 6090 +3
+ Misses 206 203 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
nejch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @mschoettle, makes sense! I think this must be very old code.
Would you mind adding a test for this, maybe just in the functional tests if it's easier than mocking? I know we didn't have one before, but just in case. Let me know if you need help.
b963cc4 to
f87d6d4
Compare
|
@nejch Thanks! I noticed yesterday that there were no tests for I am having an issue with running the functional tests in the codespace so I am relying on the pipeline for those. |
nejch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mschoettle for adding the tests as well! Looks great. This should be released tonight with the schedule.
Changes
Returns the response when calling
ProjectCommit.cherry_pick.Documentation and testing
Please consider whether this PR needs documentation and tests. This is not required, but highly appreciated:
Fixes #3096