wip: Implement delta diff sync for optimized GitHub token storage performance
Why does this PR exist?
Closes #0000
What does this pull request do?
Testing this change
Additional Notes (if any)
⚠️ No Changeset found
Latest commit: 1c439d65400fa3987d279692b2a5d2459d046efa
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
⤵️ 📦 ✨ The artifact was successfully created! Want to test it? Download it here 👀 🎁
Commit SHA:6a084076fa206de58386957d8f6511700b94159b
Test coverage results :test_tube:
Code coverage diff between base branch:main and head branch: cursor/optimize-json-file-synchronization-process-2b8c
| Status | File | % Stmts | % Branch | % Funcs | % Lines |
|---|---|---|---|---|---|
| :red_circle: | total | 66.63 (-0.91) | 57.37 (-0.77) | 64.08 (-0.28) | 66.93 (-0.96) |
| :green_circle: | packages/tokens-studio-for-figma/src/app/store/providers/github/github.tsx | 96.85 (0.05) | 85.93 (0) | 100 (0) | 98.33 (0.03) |
| :red_circle: | packages/tokens-studio-for-figma/src/storage/GitTokenStorage.ts | 96.49 (-3.51) | 80 (-11.66) | 100 (0) | 96.42 (-3.58) |
| :red_circle: | packages/tokens-studio-for-figma/src/storage/GithubTokenStorage.ts | 35.64 (-60.78) | 31.41 (-50.78) | 65 (-35) | 34.01 (-63.07) |
Commit SHA:6a084076fa206de58386957d8f6511700b94159b Current PR reduces the test coverage percentage by 1 for some tests
