-
Notifications
You must be signed in to change notification settings - Fork 532
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
tree: Import / Export APIs and demo #22566
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Joshua Smithrud <[email protected]>
…to independentView
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.dds.tree.src.shared-tree:
Line Coverage Change: -0.23% Branch Coverage Change: -0.57%
Metric Name | Baseline coverage | PR coverage | Coverage Diff |
---|---|---|---|
Branch Coverage | 91.34% | 90.77% | ↓ -0.57% |
Line Coverage | 97.42% | 97.19% | ↓ -0.23% |
↑ packages.dds.tree.src.codec:
Line Coverage Change: 0.02% Branch Coverage Change: 0.10%
Metric Name | Baseline coverage | PR coverage | Coverage Diff |
---|---|---|---|
Branch Coverage | 95.55% | 95.65% | ↑ 0.10% |
Line Coverage | 99.60% | 99.62% | ↑ 0.02% |
↑ packages.dds.tree.src.feature-libraries.flex-tree:
Line Coverage Change: 0.09% Branch Coverage Change: 0.05%
Metric Name | Baseline coverage | PR coverage | Coverage Diff |
---|---|---|---|
Branch Coverage | 93.37% | 93.42% | ↑ 0.05% |
Line Coverage | 89.97% | 90.06% | ↑ 0.09% |
↑ packages.dds.tree.src.simple-tree.api:
Line Coverage Change: -0.04% Branch Coverage Change: 1.36%
Metric Name | Baseline coverage | PR coverage | Coverage Diff |
---|---|---|---|
Branch Coverage | 86.49% | 87.85% | ↑ 1.36% |
Line Coverage | 81.75% | 81.71% | ↓ -0.04% |
Baseline commit: 522f76f
Baseline build: 303346
Happy Coding!!
Code coverage comparison check passed!!
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.
A few minor comments, but docs look good!
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output
|
Description
Added import/export options for tree content and schema, and example script using them.
Reviewer Guidance
The review process is outlined on this wiki page.