-
Notifications
You must be signed in to change notification settings - Fork 539
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
(Not for review): testing coverage #23979
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR introduces a new utility in utils11.ts to combine a snapshot tree with its corresponding blob contents for container rehydration. Key changes include the addition of two functions, combineSnapshotTreeAndSnapshotBlobs and combineSnapshotTreeAndSnapshotBlobs2, which process blobs and trees to generate a composite snapshot structure.
Reviewed Changes
File | Description |
---|---|
packages/loader/container-loader/src/utils11.ts | Adds utility functions for combining snapshot trees with blob contents |
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Coverage Summary
↑ packages.loader.container-loader.src:
Branch Coverage Change: -0.32% Method Coverage Change: 18.67%
Metric Name | Baseline coverage | PR coverage | Coverage Diff |
---|---|---|---|
Branch Coverage | 91.42% | 91.10% | ↓ -0.32% |
Method Coverage | 70.73% | 89.39% | ↑ 18.67% |
→ packages/loader/container-loader/src/utils11.ts:
Branch Coverage Change: No change Method Coverage Change: No change
Metric Name | Baseline coverage | PR coverage | Coverage Diff |
---|---|---|---|
Branch Coverage | 0.00% | 0.00% | → No change |
Method Coverage | 0.00% | 0.00% | → No change |
Baseline commit: 183d705
Baseline build: 325622
Happy Coding!!
Description
(Not for review): testing coverage