webpack-cli icon indicating copy to clipboard operation
webpack-cli copied to clipboard

fix: graceful shutdown on watch/cache

Open evenstensberg opened this issue 3 months ago • 3 comments

What kind of change does this PR introduce?

#3075

Did you add tests for your changes? TBD

If relevant, did you update the documentation? TBD Summary

Does this PR introduce a breaking change?

No

Other information

Need to add tests.

evenstensberg avatar Sep 16 '25 13:09 evenstensberg

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 89.70%. Comparing base (f407b24) to head (f29d6e8). :warning: Report is 41 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4546      +/-   ##
==========================================
+ Coverage   89.68%   89.70%   +0.02%     
==========================================
  Files           9        9              
  Lines        1396     1399       +3     
  Branches      445      447       +2     
==========================================
+ Hits         1252     1255       +3     
  Misses        144      144              
Files with missing lines Coverage Δ
packages/webpack-cli/src/webpack-cli.ts 90.70% <100.00%> (+0.02%) :arrow_up:

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f407b24...f29d6e8. Read the comment docs.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Sep 16 '25 13:09 codecov[bot]

Still wip, need to send a sigterm signal whenever.

evenstensberg avatar Oct 04 '25 17:10 evenstensberg

@alexander-akait PTAL before new release.

evenstensberg avatar Nov 26 '25 17:11 evenstensberg