ci: node 26#5710
Conversation
|
| import webpack from "webpack"; | ||
|
|
||
| process.env.CHOKIDAR_USEPOLLING = "true"; | ||
| process.env.WATCHPACK_POLLING = "true"; |
There was a problem hiding this comment.
Hmm, something only changed in Node.js 26, but I can't figure out what it is
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5710 +/- ##
==========================================
+ Coverage 82.90% 89.38% +6.47%
==========================================
Files 13 13
Lines 6126 6169 +43
==========================================
+ Hits 5079 5514 +435
+ Misses 1047 655 -392 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
We don't need to upload them on every system. We can collect them all in one place and then upload everything at the end.
What kind of change does this PR introduce?
Did you add tests for your changes?
Does this PR introduce a breaking change?
If relevant, what needs to be documented once your changes are merged or what have you already documented?
Use of AI