-
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
[eas-cli] show deployment errors #2771
Conversation
Subscribed to pull request
Generated by CodeMention |
Size Change: +395 B (0%) Total Size: 53.4 MB
|
✅ Thank you for adding the changelog entry! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2771 +/- ##
=======================================
Coverage 52.52% 52.52%
=======================================
Files 583 583
Lines 22576 22576
Branches 4450 4450
=======================================
Hits 11855 11855
Misses 10686 10686
Partials 35 35 ☔ View full report in Codecov by Sentry. |
Why
The error messages from
403
upload error were not being shown in the terminal.How
Extract the error message from
403
errors and show to the user when applicable.Test Plan
Tested locally by uploading a build with 100+ assets.
Before / After
Before
After