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

watch: reload env file for --env-file-if-exists #56643

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JonasBa
Copy link
Contributor

@JonasBa JonasBa commented Jan 17, 2025

While using watch mode with --env-file-if-exists, reload env correctly

ref: #49148 (comment)

@nodejs-github-bot nodejs-github-bot added the needs-ci PRs that need a full CI run. label Jan 17, 2025
@JonasBa JonasBa mentioned this pull request Jan 17, 2025
8 tasks
@anonrig anonrig added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 17, 2025
@@ -104,7 +104,7 @@ async function runWriteSucceed({
if (watchFlag !== null) args.unshift(watchFlag);
const child = spawn(execPath, args, { encoding: 'utf8', stdio: 'pipe', ...options });
let completes = 0;
let cancelRestarts = () => {};
let cancelRestarts = () => { };
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These seem to have changed, however when running make-lint-js or make-lint-js-fix, I dont see any errors?

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.20%. Comparing base (74717cb) to head (6e3bc49).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #56643      +/-   ##
==========================================
- Coverage   89.21%   89.20%   -0.02%     
==========================================
  Files         662      662              
  Lines      191883   191883              
  Branches    36932    36934       +2     
==========================================
- Hits       171198   171170      -28     
- Misses      13534    13554      +20     
- Partials     7151     7159       +8     

see 38 files with indirect coverage changes

@anonrig anonrig removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants