From bdfc2b470de4b12206796582ae1d3aec6e19c854 Mon Sep 17 00:00:00 2001 From: hzz780 Date: Tue, 15 Oct 2024 03:33:18 +0000 Subject: [PATCH] deploy: 914eaa25224ae7f5ac6606511c37bcb3bb953fb0 --- badges.svg | 18 ++--- coverage-summary.json | 4 +- index.html | 28 +++---- src/command/baseSubCommand.js.html | 96 ++++++++++++------------ src/command/call.js.html | 91 +++++++++++++--------- 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 | 2 +- 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 | 2 +- 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 | 2 +- src/utils/utils.js.html | 42 +++++------ src/utils/wallet.js.html | 2 +- test/constants.js.html | 2 +- test/index.html | 2 +- 40 files changed, 197 insertions(+), 176 deletions(-) diff --git a/badges.svg b/badges.svg index 93ba506..e902147 100644 --- a/badges.svg +++ b/badges.svg @@ -1,20 +1,20 @@ - - coverage: 95.89% - + + coverage: 95.9% + - - + + - - + + \ No newline at end of file diff --git a/coverage-summary.json b/coverage-summary.json index 7178193..f1b77ac 100644 --- a/coverage-summary.json +++ b/coverage-summary.json @@ -1,7 +1,7 @@ -{"total": {"lines":{"total":974,"covered":934,"skipped":0,"pct":95.89},"statements":{"total":987,"covered":945,"skipped":0,"pct":95.74},"functions":{"total":166,"covered":162,"skipped":0,"pct":97.59},"branches":{"total":395,"covered":351,"skipped":0,"pct":88.86},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}} +{"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}} ,"/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":52,"covered":51,"skipped":0,"pct":98.07},"functions":{"total":6,"covered":6,"skipped":0,"pct":100},"statements":{"total":53,"covered":52,"skipped":0,"pct":98.11},"branches":{"total":30,"covered":26,"skipped":0,"pct":86.66}} +,"/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/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 cfb8caa..6127027 100644 --- a/index.html +++ b/index.html @@ -23,16 +23,16 @@

All files

- 95.74% + 95.75% Statements - 945/987 + 947/989
- 88.86% + 89% Branches - 351/395 + 356/400
@@ -44,9 +44,9 @@

All files

- 95.89% + 95.9% Lines - 934/974 + 936/976
@@ -95,17 +95,17 @@

All files

src/command - +
- 98.42% - 376/382 - 92.74% - 115/124 + 98.43% + 378/384 + 93.02% + 120/129 100% 64/64 - 98.4% - 371/377 + 98.41% + 373/379 @@ -176,7 +176,7 @@

All files