From aaddcc4443bcec968e40108919cd0dc7cb3a6fca Mon Sep 17 00:00:00 2001 From: hzz780 Date: Wed, 4 Dec 2024 08:38:23 +0000 Subject: [PATCH] deploy: 38198e4422eca25750cabe417da6536cd3a56ffc --- badges.svg | 18 ++--- coverage-summary.json | 4 +- index.html | 28 +++---- src/command/baseSubCommand.js.html | 94 ++++++++++++------------ src/command/call.js.html | 67 ++++++++++++----- src/command/config.js.html | 2 +- src/command/console.js.html | 2 +- src/command/create.js.html | 2 +- src/command/dappServer/HKDF.js.html | 2 +- src/command/dappServer/constants.js.html | 2 +- src/command/dappServer/encrypt.js.html | 2 +- src/command/dappServer/index.html | 2 +- src/command/dappServer/index.js.html | 2 +- src/command/dappServer/sign.js.html | 2 +- src/command/dappServer/socket.js.html | 4 +- src/command/dappServer/utils.js.html | 2 +- src/command/deploy.js.html | 2 +- src/command/event.js.html | 2 +- src/command/getBlkHeight.js.html | 2 +- src/command/getBlkInfo.js.html | 2 +- src/command/getChainStatus.js.html | 2 +- src/command/getTxResult.js.html | 2 +- src/command/index.html | 28 +++---- src/command/load.js.html | 2 +- src/command/proposal.js.html | 2 +- src/command/send.js.html | 2 +- src/command/wallet.js.html | 2 +- src/index.html | 2 +- src/index.js.html | 2 +- src/rc/index.html | 2 +- src/rc/index.js.html | 8 +- src/utils/Logger.js.html | 2 +- src/utils/fs.js.html | 2 +- src/utils/index.html | 2 +- src/utils/myLogger.js.html | 2 +- src/utils/userHomeDir.js.html | 16 ++-- src/utils/utils.js.html | 12 +-- src/utils/wallet.js.html | 2 +- test/constants.js.html | 2 +- test/index.html | 2 +- 40 files changed, 183 insertions(+), 156 deletions(-) diff --git a/badges.svg b/badges.svg index 122c831..50a33d4 100644 --- a/badges.svg +++ b/badges.svg @@ -1,20 +1,20 @@ - - coverage: 95.9% - + + coverage: 95.91% + - - + + - - + + \ No newline at end of file diff --git a/coverage-summary.json b/coverage-summary.json index f1b77ac..1c3f6c9 100644 --- a/coverage-summary.json +++ b/coverage-summary.json @@ -1,7 +1,7 @@ -{"total": {"lines":{"total":976,"covered":936,"skipped":0,"pct":95.9},"statements":{"total":989,"covered":947,"skipped":0,"pct":95.75},"functions":{"total":166,"covered":162,"skipped":0,"pct":97.59},"branches":{"total":400,"covered":356,"skipped":0,"pct":89},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}} +{"total": {"lines":{"total":979,"covered":939,"skipped":0,"pct":95.91},"statements":{"total":992,"covered":950,"skipped":0,"pct":95.76},"functions":{"total":166,"covered":162,"skipped":0,"pct":97.59},"branches":{"total":402,"covered":358,"skipped":0,"pct":89.05},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}} ,"/home/runner/work/aelf-command/aelf-command/src/index.js": {"lines":{"total":45,"covered":43,"skipped":0,"pct":95.55},"functions":{"total":7,"covered":7,"skipped":0,"pct":100},"statements":{"total":45,"covered":43,"skipped":0,"pct":95.55},"branches":{"total":14,"covered":14,"skipped":0,"pct":100}} ,"/home/runner/work/aelf-command/aelf-command/src/command/baseSubCommand.js": {"lines":{"total":77,"covered":77,"skipped":0,"pct":100},"functions":{"total":22,"covered":22,"skipped":0,"pct":100},"statements":{"total":80,"covered":80,"skipped":0,"pct":100},"branches":{"total":32,"covered":32,"skipped":0,"pct":100}} -,"/home/runner/work/aelf-command/aelf-command/src/command/call.js": {"lines":{"total":54,"covered":53,"skipped":0,"pct":98.14},"functions":{"total":6,"covered":6,"skipped":0,"pct":100},"statements":{"total":55,"covered":54,"skipped":0,"pct":98.18},"branches":{"total":35,"covered":31,"skipped":0,"pct":88.57}} +,"/home/runner/work/aelf-command/aelf-command/src/command/call.js": {"lines":{"total":57,"covered":56,"skipped":0,"pct":98.24},"functions":{"total":6,"covered":6,"skipped":0,"pct":100},"statements":{"total":58,"covered":57,"skipped":0,"pct":98.27},"branches":{"total":37,"covered":33,"skipped":0,"pct":89.18}} ,"/home/runner/work/aelf-command/aelf-command/src/command/config.js": {"lines":{"total":33,"covered":31,"skipped":0,"pct":93.93},"functions":{"total":6,"covered":6,"skipped":0,"pct":100},"statements":{"total":33,"covered":31,"skipped":0,"pct":93.93},"branches":{"total":12,"covered":12,"skipped":0,"pct":100}} ,"/home/runner/work/aelf-command/aelf-command/src/command/console.js": {"lines":{"total":16,"covered":16,"skipped":0,"pct":100},"functions":{"total":2,"covered":2,"skipped":0,"pct":100},"statements":{"total":16,"covered":16,"skipped":0,"pct":100},"branches":{"total":2,"covered":2,"skipped":0,"pct":100}} ,"/home/runner/work/aelf-command/aelf-command/src/command/create.js": {"lines":{"total":20,"covered":20,"skipped":0,"pct":100},"functions":{"total":2,"covered":2,"skipped":0,"pct":100},"statements":{"total":20,"covered":20,"skipped":0,"pct":100},"branches":{"total":4,"covered":4,"skipped":0,"pct":100}} diff --git a/index.html b/index.html index a08b2d7..cdd7120 100644 --- a/index.html +++ b/index.html @@ -23,16 +23,16 @@

All files

- 95.75% + 95.76% Statements - 947/989 + 950/992
- 89% + 89.05% Branches - 356/400 + 358/402
@@ -44,9 +44,9 @@

All files

- 95.9% + 95.91% Lines - 936/976 + 939/979
@@ -95,17 +95,17 @@

All files

src/command - +
- 98.43% - 378/384 - 93.02% - 120/129 + 98.44% + 381/387 + 93.12% + 122/131 100% 64/64 - 98.41% - 373/379 + 98.42% + 376/382 @@ -176,7 +176,7 @@

All files