Skip to content
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

feat(cli): improve tailcall init development experience #3146

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

karatakis
Copy link
Contributor

Summary:

Enhance the tailcall init development experience based on the recommendation of this issue #3135

Issue Reference(s):
Fixes #3135

Build & Testing:

  • I ran cargo test successfully.
  • 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.
  • I have updated the documentation accordingly.
  • I have performed a self-review of my code.
  • PR follows the naming convention of <type>(<optional scope>): <title>

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

Attention: Patch coverage is 61.25000% with 31 lines in your changes missing coverage. Please review.

Project coverage is 86.63%. Comparing base (02c7821) to head (7b57754).

Files with missing lines Patch % Lines
src/cli/tc/init.rs 60.75% 31 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3146   +/-   ##
=======================================
  Coverage   86.63%   86.63%           
=======================================
  Files         277      277           
  Lines       27674    27729   +55     
=======================================
+ Hits        23975    24023   +48     
- Misses       3699     3706    +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@karatakis karatakis changed the title enhance(cli): improve tailcall init development experience feat(cli): improve tailcall init development experience Nov 25, 2024
@github-actions github-actions bot added the type: feature Brand new functionality, features, pages, workflows, endpoints, etc. label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Brand new functionality, features, pages, workflows, endpoints, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance tailcall init Command for Improved Developer Experience
2 participants