| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov ReportAttention: Patch coverage is 14.28571% with 6 lines in your changes are missing coverage. Please review.
@@ Coverage Diff @@
## master #6594 +/- ##
==========================================
+ Coverage 54.61% 54.79% +0.18%
==========================================
Files 356 358 +2
Lines 24892 25015 +123
Branches 5136 5157 +21
==========================================
+ Hits 13594 13708 +114
- Misses 10066 10072 +6
- Partials 1232 1235 +3 ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
|
Few small things, thanks |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Display a meaningful error message when the cannot determine the target.
It would be helpful in scenarios when the user changed default configuration names, for example, production to live.
This change allows us to understand better what needs to be done by the developer to fix this issue.
Previous error message: Error: Configuration 'production' is not set in the workspace.
Current error message: Unable to determine the application to deploy, specify a target via the FIREBASE_FRAMEWORKS_BUILD_TARGET environment variable.
Related to #6138.
Scenarios Tested