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

Implement env:init, env:load and env:unload commands #2504

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

Implement review suggestions

dacdfdd
Select commit
Loading
Failed to load commit list.
Open

Implement env:init, env:load and env:unload commands #2504

Implement review suggestions
dacdfdd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2024 in 0s

52.28% (-0.31%) compared to fbc3924

View this Pull Request on Codecov

52.28% (-0.31%) compared to fbc3924

Details

Codecov Report

Attention: Patch coverage is 20.20202% with 158 lines in your changes missing coverage. Please review.

Project coverage is 52.28%. Comparing base (fbc3924) to head (dacdfdd).

Files with missing lines Patch % Lines
packages/eas-cli/src/commands/env/init.ts 10.38% 113 Missing and 8 partials ⚠️
packages/eas-cli/src/commands/env/load.ts 34.89% 26 Missing and 2 partials ⚠️
packages/eas-cli/src/commands/env/unload.ts 55.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2504      +/-   ##
==========================================
- Coverage   52.59%   52.28%   -0.31%     
==========================================
  Files         548      551       +3     
  Lines       20409    20607     +198     
  Branches     4163     4198      +35     
==========================================
+ Hits        10732    10772      +40     
- Misses       8837     8985     +148     
- Partials      840      850      +10     

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