Skip to content

Conversation

@jamesdaniels
Copy link
Member

@jamesdaniels jamesdaniels commented Mar 30, 2023

  • Better error message if a framework isn't detected
  • Fail detection for vite if the config can't be loaded (seeing this with SvelteKit mostly)
  • Handle NPM workspaces for both Vite and Angular
  • Error if the node_module binary isn't found
  • Force vite build to production mode

@codecov-commenter
Copy link

codecov-commenter commented Mar 30, 2023

Codecov Report

Patch coverage: 29.16% and project coverage change: -0.02 ⚠️

Comparison is base (b0798fb) 55.92% compared to head (2e721ad) 55.91%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5640      +/-   ##
==========================================
- Coverage   55.92%   55.91%   -0.02%     
==========================================
  Files         322      322              
  Lines       21706    21719      +13     
  Branches     4427     4431       +4     
==========================================
+ Hits        12140    12145       +5     
- Misses       8501     8508       +7     
- Partials     1065     1066       +1     
Impacted Files Coverage Δ
src/frameworks/angular/index.ts 9.57% <0.00%> (-0.06%) ⬇️
src/frameworks/vite/index.ts 31.14% <25.00%> (-1.12%) ⬇️
src/frameworks/index.ts 17.02% <37.50%> (+1.40%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jamesdaniels jamesdaniels requested a review from leoortizz April 6, 2023 23:47
Copy link
Member

@leoortizz leoortizz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jamesdaniels jamesdaniels enabled auto-merge (squash) April 7, 2023 16:11
@jamesdaniels jamesdaniels disabled auto-merge April 7, 2023 16:13
@jamesdaniels jamesdaniels enabled auto-merge (squash) April 7, 2023 16:17
@jamesdaniels jamesdaniels merged commit 6eaf24a into master Apr 7, 2023
@jamesdaniels jamesdaniels deleted the small_fixes branch April 7, 2023 17:01
ProfHercules pushed a commit to ProfHercules/firebase-tools that referenced this pull request May 5, 2023
* Better error message if a framework isn't detected
* Handle NPM workspaces for both Vite and Angular
* Error if the node_module binary isn't found
* Force vite build to production mode

------
Co-authored-by: Tatsuya Yamamoto <TatsuyaYamamoto@users.noreply.github.com>
tonyjhuang pushed a commit that referenced this pull request May 22, 2023
* Better error message if a framework isn't detected
* Handle NPM workspaces for both Vite and Angular
* Error if the node_module binary isn't found
* Force vite build to production mode

------
Co-authored-by: Tatsuya Yamamoto <TatsuyaYamamoto@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants