-
Notifications
You must be signed in to change notification settings - Fork 9
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: Update solo to load remote config near entry point #1176
feat: Update solo to load remote config near entry point #1176
Conversation
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
1 similar comment
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1176 +/- ##
==========================================
- Coverage 82.91% 82.76% -0.16%
==========================================
Files 77 77
Lines 21335 21320 -15
Branches 1808 1311 -497
==========================================
- Hits 17690 17645 -45
- Misses 3559 3651 +92
+ Partials 86 24 -62
|
Description
RemoteConfigTasks.loadRemoteConfig.bind(this)(argv),
init
,node keys
,cluster info
,cluster list
- They do not require connecting to a remote cluster.deployment create
,cluster connect
- Require connecting to several clusters and that is handled by the command task logic.Related Issues