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

🌱 Explicitly set NODE_ENV for npm scripts #1504

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Conversation

sjd78
Copy link
Member

@sjd78 sjd78 commented Nov 1, 2023

Being explicit about what the NODE_ENV value should be for each npm script where the value could impact the results can help remove any errors in future. Motivated by working on #1502.

Being explicit about what the `NODE_ENV` value should be for each
npm script where the value could impact the results can help remove
any errors in future.  Motivated by working on konveyor#1502.

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2f8d58f) 40.60% compared to head (befb3ba) 40.60%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1504   +/-   ##
=======================================
  Coverage   40.60%   40.60%           
=======================================
  Files         145      145           
  Lines        4586     4586           
  Branches     1074     1106   +32     
=======================================
  Hits         1862     1862           
+ Misses       2712     2627   -85     
- Partials       12       97   +85     
Flag Coverage Δ
client 40.60% <ø> (ø)
server ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 34 files with indirect coverage changes

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

@sjd78 sjd78 merged commit 82f8b7b into konveyor:main Nov 1, 2023
6 checks passed
@sjd78 sjd78 deleted the node-env branch November 16, 2023 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants