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

Switch from Copier to Typer #400

Merged
merged 2 commits into from
Mar 23, 2024
Merged

Switch from Copier to Typer #400

merged 2 commits into from
Mar 23, 2024

Conversation

subhashb
Copy link
Contributor

Typer has better interactivity, ease of use, and out-of-the-box functionality. It offers a better foundation on which a complex CLI command structure can be erected.

Addresses #399

Typer has better interactivity, ease of use, and out-of-the-box
functionality. It offers a better foundation on which a complex
CLI command structure can be erected.

Addresses #399
@subhashb subhashb self-assigned this Mar 23, 2024
Copy link

codecov bot commented Mar 23, 2024

Codecov Report

Attention: Patch coverage is 94.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 84.35%. Comparing base (0cc3c46) to head (2d8388b).

Files Patch % Lines
src/protean/cli.py 93.87% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #400      +/-   ##
==========================================
+ Coverage   84.23%   84.35%   +0.11%     
==========================================
  Files          67       67              
  Lines        5297     5323      +26     
  Branches      979      978       -1     
==========================================
+ Hits         4462     4490      +28     
+ Misses        636      633       -3     
- Partials      199      200       +1     

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

@subhashb subhashb merged commit eb62506 into main Mar 23, 2024
5 checks passed
@subhashb subhashb deleted the 399-switch-copier-to-typer branch March 23, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant