-
Notifications
You must be signed in to change notification settings - Fork 8
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(remote-config): instead of keeping just the command and the subcommand inside the remote config keep the flags as passed #1208
base: main
Are you sure you want to change the base?
feat(remote-config): instead of keeping just the command and the subcommand inside the remote config keep the flags as passed #1208
Conversation
…lag.nodeAliasesUnparsed cli name from node-aliases-unparsed --> node-aliases Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
E2E Test Report 17 files 126 suites 1h 28m 2s ⏱️ Results for commit a49befd. |
1 similar comment
E2E Test Report 17 files 126 suites 1h 28m 2s ⏱️ Results for commit a49befd. |
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 Footnotes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1208 +/- ##
==========================================
- Coverage 82.89% 82.80% -0.10%
==========================================
Files 78 78
Lines 21763 21794 +31
Branches 1383 1389 +6
==========================================
+ Hits 18040 18046 +6
+ Misses 3696 3687 -9
- Partials 27 61 +34
|
…gs that are considered sensitive Signed-off-by: instamenta <[email protected]>
…well as the functionality to display flags with datamask if specified Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Description
commandHistory: string[]
flag.nodeAliasesUnparsed
cli name fromnode-aliases-unparsed
-->node-aliases
Related Issues