-
Notifications
You must be signed in to change notification settings - Fork 85
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
Update EnvironmentVariableCreate for multiple environments, add tests #2583
Update EnvironmentVariableCreate for multiple environments, add tests #2583
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @khamilowicz and the rest of your teammates on Graphite |
Size Change: +4.69 kB (+0.01%) Total Size: 52.9 MB
|
62678bb
to
6c85ac7
Compare
4d72da0
to
8a2ed45
Compare
6c85ac7
to
b5f43d6
Compare
8a2ed45
to
acaee00
Compare
b5f43d6
to
270e02a
Compare
65922dd
to
580f6db
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2583 +/- ##
==========================================
+ Coverage 51.87% 52.14% +0.27%
==========================================
Files 563 563
Lines 21303 21327 +24
Branches 4348 4361 +13
==========================================
+ Hits 11049 11118 +69
+ Misses 9366 9332 -34
+ Partials 888 877 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
270e02a
to
4fe62cc
Compare
580f6db
to
9271658
Compare
4fe62cc
to
370a4ba
Compare
9271658
to
3ef10f3
Compare
370a4ba
to
186deef
Compare
3ed523f
to
df9deba
Compare
186deef
to
753351a
Compare
df9deba
to
ef4327f
Compare
753351a
to
dcf1d99
Compare
ef4327f
to
6d52cf8
Compare
dcf1d99
to
8668cc9
Compare
6d52cf8
to
2cda791
Compare
Merge activity
|
2cda791
to
ac67608
Compare
⏩ The changelog entry check has been skipped since the "no changelog" label is present. |
|
Why
ENG-13525: Update EAS-CLI for new EnvVar features
Update
eas env:create
to accept multiple--environment
parameters.How
EASMultiEnvironmentFlag
inEnvironmentVariableCreate
environment
andupdatedAt
fieldsTest Plan
Added tests