ci: improve time for windows#20840
Conversation
|
|
This PR is packaged and the instant preview is available (313dfc5). Install it locally:
npm i -D webpack@https://pkg.pr.new/webpack@313dfc5
yarn add -D webpack@https://pkg.pr.new/webpack@313dfc5
pnpm add -D webpack@https://pkg.pr.new/webpack@313dfc5 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20840 +/- ##
=======================================
Coverage 91.43% 91.43%
=======================================
Files 562 562
Lines 55438 55438
Branches 14636 14636
=======================================
+ Hits 50688 50691 +3
+ Misses 4750 4747 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates the CI Codecov upload in the integration job to reduce runtime overhead on Windows runners by avoiding repository-wide coverage file discovery.
Changes:
- Configure the Codecov Action to upload only specific coverage JSON files.
- Disable Codecov’s automatic coverage file search during the integration workflow run.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merging this PR will improve performance by 31.06%
Performance Changes
Comparing |
Summary
ci - improve time for windows - https://github.com/webpack/webpack/actions/runs/24403854991/job/71282164820?pr=20838
What kind of change does this PR introduce?
ci
Did you add tests for your changes?
No need
Does this PR introduce a breaking change?
No
If relevant, what needs to be documented once your changes are merged or what have you already documented?
Nothing
Use of AI
No