infinit-xyz / infinit-cli

3 stars 3 forks source link

feat(error): add custom error #15

Open mintcnn opened 2 days ago

changeset-bot[bot] commented 2 days ago

🦋 Changeset detected

Latest commit: e352d2ceb8ccfc5084a11ea44816b9618aa8a884

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------------- | ----- | | @infinit-xyz/cli | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov[bot] commented 5 hours ago

Codecov Report

Attention: Patch coverage is 72.42991% with 59 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/commands/script/execute/index.ts 31.81% 15 Missing :warning:
src/commands/init/index.ts 0.00% 9 Missing :warning:
src/commands/project/create.ts 0.00% 8 Missing :warning:
src/classes/Cache/Cache.ts 14.28% 6 Missing :warning:
src/errors/account.ts 78.94% 4 Missing :warning:
src/utils/config.ts 40.00% 3 Missing :warning:
src/commands/account/list/index.ts 60.00% 2 Missing :warning:
src/commands/script/generate/index.ts 50.00% 2 Missing :warning:
src/commons/prompts/accounts.ts 33.33% 2 Missing :warning:
src/index.ts 0.00% 2 Missing :warning:
... and 5 more
Files with missing lines Coverage Δ
src/commands/account/delete/index.ts 100.00% <100.00%> (ø)
src/commands/account/export/index.ts 100.00% <100.00%> (ø)
src/commands/account/generate/index.ts 94.73% <100.00%> (+0.14%) :arrow_up:
src/commands/account/import/index.ts 93.93% <100.00%> (+0.18%) :arrow_up:
src/commands/action/list/index.ts 96.29% <100.00%> (+0.14%) :arrow_up:
src/errors/base.ts 100.00% <100.00%> (ø)
src/errors/cache.ts 100.00% <100.00%> (ø)
src/errors/errorList.ts 100.00% <100.00%> (ø)
src/errors/fs.ts 100.00% <100.00%> (ø)
src/errors/index.ts 100.00% <100.00%> (ø)
... and 18 more