-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat: minimal change to support cross-repo blob mounting #631
Conversation
This is nice. Do we need a test for this? |
I just added a test @sajayantony |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## main #631 +/- ##
==========================================
+ Coverage 75.12% 75.19% +0.07%
==========================================
Files 59 59
Lines 5427 5427
==========================================
+ Hits 4077 4081 +4
+ Misses 995 992 -3
+ Partials 355 354 -1
|
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.
LGTM. Can we have the PR title to start with feat:
as per the conventional commits guidance?
Also added a test to ensure that pushing the blob is skipped. Signed-off-by: Kyle M. Tarplee <[email protected]>
Sorry about that. I fixed it and the comment in the code. @Wwwsylvia |
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.
LGTM
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.
LGTM
Thanks @ktarplee . Merged! |
Export
ErrSkipDesc
asErrSkipDesc
allows users of the library to implementCopyGraphOptions.PreCopy
to callMount()
and then returnErrSkipDesc
fromPreCopy
which bypasses the downstream copy operation.Closes #580