-
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
chore: Merge the subcommands from context into cluster and get rid of the context command #1111
Conversation
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Unit Test Results - Linux 1 files ±0 58 suites ±0 4s ⏱️ -1s Results for commit d3db951. ± Comparison against base commit 6e73f57. This pull request removes 14 and adds 14 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files ±0 58 suites ±0 15s ⏱️ +2s Results for commit d3db951. ± Comparison against base commit 6e73f57. This pull request removes 14 and adds 14 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
E2E Test Report 16 files ±0 121 suites ±0 1h 23m 3s ⏱️ + 3m 19s Results for commit d3db951. ± Comparison against base commit 6e73f57. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
|
1 similar comment
E2E Test Report 16 files ±0 121 suites ±0 1h 23m 3s ⏱️ + 3m 19s Results for commit d3db951. ± Comparison against base commit 6e73f57. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
|
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 #1111 +/- ##
==========================================
+ Coverage 84.66% 85.08% +0.41%
==========================================
Files 76 75 -1
Lines 20038 20039 +1
Branches 1489 1313 -176
==========================================
+ Hits 16965 17050 +85
+ Misses 2989 2962 -27
+ Partials 84 27 -57
|
Description
This PR merges the
context
andcluster
subcommands into thecluster
command by keeping the file structure with separatedhandler
,task
etc. files.Related Issues