tailcall icon indicating copy to clipboard operation
tailcall copied to clipboard

refactor(init): improve/simplify CLI experience

Open wesleymatosdev opened this issue 1 year ago • 2 comments

Issue Reference(s):
Fixes #698 /claim #698 /split @neo773

Build & Testing:

  • [x] I ran cargo test successfully.
  • [x] I have run ./lint.sh --mode=fix to fix all linting issues raised by ./lint.sh --mode=check.

Checklist:

  • [ ] I have added relevant unit & integration tests.
  • [x] I have updated the documentation accordingly.
  • [x] I have performed a self-review of my code.
  • [x] PR follows the naming convention of <type>(<optional scope>): <title>

wesleymatosdev avatar Dec 31 '23 13:12 wesleymatosdev

@meskill @tusharmath, can I get a review on this one, guys?

wesleymatosdev avatar Dec 31 '23 13:12 wesleymatosdev

Codecov Report

Attention: 51 lines in your changes are missing coverage. Please review.

Comparison is base (dbe5e64) 90.14% compared to head (99cd28c) 89.97%.

Files Patch % Lines
src/cli/tc.rs 0.00% 50 Missing :warning:
src/cli/command.rs 0.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #858      +/-   ##
==========================================
- Coverage   90.14%   89.97%   -0.18%     
==========================================
  Files          80       80              
  Lines        8131     8147      +16     
==========================================
  Hits         7330     7330              
- Misses        801      817      +16     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Dec 31 '23 13:12 codecov[bot]

@ologbonowiwi please, update the branch and fix conflicts

meskill avatar Jan 05 '24 22:01 meskill

done @meskill

wesleymatosdev avatar Jan 06 '24 12:01 wesleymatosdev