-
Notifications
You must be signed in to change notification settings - Fork 126
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
CR-5155 - gracefully handle repo-not-exist during clone #116
Conversation
simplified provider type inference
Codecov Report
@@ Coverage Diff @@
## main #116 +/- ##
==========================================
+ Coverage 55.70% 59.69% +3.99%
==========================================
Files 14 14
Lines 2298 2258 -40
==========================================
+ Hits 1280 1348 +68
+ Misses 938 828 -110
- Partials 80 82 +2
Continue to review full report at Codecov.
|
@noam-codefresh what about updaing the docs about this change? |
CloneOptions
Clone
func will now handle both "repository not found" (and create the repo) and "remote repository is empty" (and will just init it locally)