Skip to content
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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

jatgarg
Copy link
Contributor

@jatgarg jatgarg commented Mar 4, 2025

Description

(Not for review): testing coverage

@jatgarg jatgarg self-assigned this Mar 4, 2025
@Copilot Copilot bot review requested due to automatic review settings March 4, 2025 22:24
@jatgarg jatgarg marked this pull request as draft March 4, 2025 22:24
@github-actions github-actions bot added area: loader Loader related issues base: main PRs targeted against main branch labels Mar 4, 2025
Copy link
Contributor

@Copilot Copilot AI left a 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.

@github-actions github-actions bot added the area: build Build related issues label Mar 5, 2025
Copy link
Contributor Author

@jatgarg jatgarg left a 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 NameBaseline coveragePR coverageCoverage Diff
Branch Coverage 91.42% 91.10% ↓ -0.32%
Method Coverage 70.73% 89.39% ↑ 18.67%
Files Details:
→ packages/loader/container-loader/src/utils11.ts:
 Branch Coverage Change: No change  Method Coverage Change: No change
Metric NameBaseline coveragePR coverageCoverage 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!!

Code coverage comparison check passed!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Build related issues area: loader Loader related issues base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant