-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
fix: refactor fetchers to dedupe paths and normalise the response #282
Conversation
🦋 Changeset detectedLatest commit: 2c77447 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## fix/immutable-upsert-mutation #282 +/- ##
=================================================================
+ Coverage 95.80% 97.64% +1.83%
=================================================================
Files 139 43 -96
Lines 1861 339 -1522
Branches 449 41 -408
=================================================================
- Hits 1783 331 -1452
+ Misses 78 8 -70
Flags with carried forward coverage won't be shown. Click here to find out more. see 92 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
… joins overlapping with the id
fixes #272
still have to refactor the
transform
method to use the new flattened data.