-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix: git clone on non-default branch fails (Fixes #5629) #5630
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5630 +/- ##
==========================================
- Coverage 47.17% 47.12% -0.05%
==========================================
Files 240 240
Lines 15060 15062 +2
==========================================
- Hits 7104 7098 -6
- Misses 7053 7059 +6
- Partials 903 905 +2
Continue to review full report at Codecov.
|
I don't think this change should cause catastrophic failure of the tests. Closing/reopening to try again... |
Can you please add a test? |
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.
.
Added test to verify the revision used is in the expected format. A full e2e test seemed a bit heavy for this change. |
- Fixes Issue 5629. Signed-off-by: Kenny Trytek <kenneth.g.trytek@gmail.com>
- Add test to verify git checkout receives expected arguments. Signed-off-by: Kenny Trytek <kenneth.g.trytek@gmail.com>
86f4abf
to
f7804de
Compare
Rebased onto latest master. No merge conflicts. |
Please fix lint. |
- fix lint Signed-off-by: Kenny Trytek <kenneth.g.trytek@gmail.com>
Sorry, didn't realize there was a |
Test unrelated to changes failed:
Re-running build. |
Signed-off-by: Kenny Trytek kenneth.g.trytek@gmail.com
Checklist: