Note
Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Captures CPU profiles generated during CI test runs and uploads them as GitHub Actions artifacts, addressing issue #6097 where extension host profiling output should be preserved for analysis.
Changes:
- Upload
.cpuprofilefiles as per-matrix artifacts during build/test jobs (always runs). - Merge per-matrix CPU profile artifacts into a single
cpu-profilesartifact in the merge job.
๐ก Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report
โ
All modified and coverable lines are covered by tests.
โ
Project coverage is 71.06%. Comparing base (2f1dfbc) to head (c329df4).
@@ Coverage Diff @@ ## master #6106 +/- ## ========================================== + Coverage 71.04% 71.06% +0.02% ========================================== Files 169 169 Lines 12844 12844 Branches 2557 2557 ========================================== + Hits 9125 9128 +3 + Misses 3232 3229 -3 Partials 487 487
โ View full report in Codecov by Harness.
๐ข Have feedback on the report? Share it here.
- โ๏ธ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- ๐ฆ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
DanTup deleted the store-cpu-profiles branch
June 30, 2026 10:37