-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix: Refactor task and handler classes #1205
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ivo Yankov <[email protected]>
# Conflicts: # src/commands/cluster/handlers.ts # src/commands/cluster/tasks.ts
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]>
Signed-off-by: Ivo Yankov <[email protected]>
# Conflicts: # src/commands/deployment.ts # src/core/config/remote/listr_config_tasks.ts
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
E2E Test Report 17 files 126 suites 1h 30m 40s ⏱️ Results for commit 39a3a90. ♻️ This comment has been updated with latest results. |
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 #1205 +/- ##
==========================================
+ Coverage 82.89% 82.93% +0.03%
==========================================
Files 78 80 +2
Lines 21763 21857 +94
Branches 1824 1996 +172
==========================================
+ Hits 18041 18127 +86
+ Misses 3584 3560 -24
- Partials 138 170 +32
|
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
# Conflicts: # src/core/helpers.ts
# Conflicts: # src/commands/cluster/handlers.ts # src/commands/cluster/index.ts # src/commands/cluster/tasks.ts # src/commands/explorer.ts # src/commands/mirror_node.ts # src/commands/node/handlers.ts # src/commands/node/index.ts # src/commands/node/tasks.ts # src/commands/relay.ts
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
# Conflicts: # src/commands/cluster/handlers.ts # src/commands/cluster/index.ts # src/commands/cluster/tasks.ts # src/commands/deployment.ts # src/commands/explorer.ts # src/commands/mirror_node.ts # src/commands/node/handlers.ts # src/commands/node/index.ts # src/commands/node/tasks.ts # src/commands/relay.ts # src/core/config/remote/listr_config_tasks.ts # src/core/container_init.ts # src/core/helpers.ts # test/e2e/e2e_node_util.ts
Signed-off-by: Ivo Yankov <[email protected]>
Description
This pull request changes the following:
Related Issues