-
Notifications
You must be signed in to change notification settings - Fork 13
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(cli): long running discovery #599
Conversation
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.
You weren't kidding about that Cargo.lock
diff. Good stuff, changes were way more contained than I expected.
…ected files on ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #599 +/- ##
==========================================
- Coverage 73.79% 73.75% -0.04%
==========================================
Files 110 110
Lines 12512 12513 +1
Branches 1312 1310 -2
==========================================
- Hits 9233 9229 -4
- Misses 3259 3264 +5
Partials 20 20 ☔ View full report in Codecov by Sentry. |
Delegate serialize, deploy work to SDK.
Motivation and context
Remove duplicate logic, thinking of cli as a convenience on top of the SDK.
Migration notes
When meta cli is used, Migration files are unpacked/resolved relative to the typegraph's path, not the process's
workdir
.Checklist