-
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: add MountFrom and OnMounted to CopyGraphOptions #665
Conversation
2d6b4c5
to
75b9a9f
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #665 +/- ##
==========================================
+ Coverage 75.46% 75.57% +0.11%
==========================================
Files 59 59
Lines 5640 5692 +52
==========================================
+ Hits 4256 4302 +46
- Misses 1019 1023 +4
- Partials 365 367 +2 ☔ View full report in Codecov by Sentry. |
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 with suggestions. I think this design is indeed a better approach than #632.
@ktarplee Meanwhile, could you increase the code coverage so that the check can pass? |
ef5d68c
to
8d3f4c1
Compare
8d3f4c1
to
ecccb8b
Compare
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
Adds MountFrom and OnMounted to CopyGraphOptions. Allows for trying to mount from multiple repositories. Signed-off-by: Kyle M. Tarplee <[email protected]>
ecccb8b
to
c971de8
Compare
@Wwwsylvia @shizhMSFT I pushed my changes. Sorry about the delay. |
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
Adds MountFrom and OnMounted to CopyGraphOptions.
Allows for trying to mount from multiple repositories.
Closes #580
I think this is a better approach than my other PR #632