-
Notifications
You must be signed in to change notification settings - Fork 32
fix: useInvoices, usePrefetchBranchDirEntry, BundleTrendQueryOpts, usePullComponents schemas #3809
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: useInvoices, usePrefetchBranchDirEntry, BundleTrendQueryOpts, usePullComponents schemas #3809
Conversation
Bundle ReportChanges will increase total bundle size by 118 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-esmAssets Changed:
Files in
Files in
Files in
Files in
view changes for bundle: gazebo-production-systemAssets Changed:
Files in
Files in
Files in
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3809 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 826 826
Lines 14994 14996 +2
Branches 4277 4287 +10
=======================================
+ Hits 14805 14807 +2
Misses 182 182
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3809 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 826 826
Lines 14994 14996 +2
Branches 4285 4287 +2
=======================================
+ Hits 14805 14807 +2
Misses 182 182
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
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.
Nice!
Description
This PR updates the following Zod schemas, to resolve their related Sentry issue:
useInvoices
-> Sentry issueusePrefetchBranchDirEntry
-> Sentry issueBundleTrendQueryOpts
-> Sentry issueusePullComponents
-> Sentry issueTicket: codecov/engineering-team#3385
Notable Changes
useInvoices
,usePrefetchBranchDirEntry
,BundleTrendQueryOpts
,usePullComponents
ComponentsSelector
to use optional chaining