-
Notifications
You must be signed in to change notification settings - Fork 25
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: Results array for impacted files is nullable #3422
fix: Results array for impacted files is nullable #3422
Conversation
Bundle ReportChanges will increase total bundle size by 1.11kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Bundle ReportChanges will increase total bundle size by 1.11kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3422 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 809 809
Lines 14239 14275 +36
Branches 3923 3947 +24
=======================================
+ Hits 14118 14154 +36
Misses 112 112
Partials 9 9
... and 3 files with indirect coverage changes
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 #3422 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 809 809
Lines 14239 14275 +36
Branches 3923 3940 +17
=======================================
+ Hits 14118 14154 +36
Misses 112 112
Partials 9 9
... and 3 files with indirect coverage changes
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 #3422 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 809 809
Lines 14239 14275 +36
Branches 3928 3940 +12
=======================================
+ Hits 14118 14154 +36
Misses 112 112
Partials 9 9
... and 3 files with indirect coverage changes
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. Additional details and impacted files@@ Coverage Diff @@
## main #3422 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 809 809
Lines 14239 14275 +36
Branches 3923 3940 +17
=======================================
+ Hits 14118 14154 +36
Misses 112 112
Partials 9 9
... and 3 files with indirect coverage changes
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.
thanks for looking over that
Description
This PR fixes some zod schema issues where a field was being marked as non-nullable, however it is in fact nullable. This was most likely the root cause for: #3371. I've gone through and updated all instances of this
results
field to be nullable, and all the places where it's used. This should resolve the issue raised in #3371, so i've gone ahead and removed that error boundary so we start collecting these network errors up in theNetworkErrorBoundary
again.Notable Changes
impactedFiles.results
from the API to be nullablenull
CoverageObjSchema
inuseCompareTotals
to becoverage
notpercentCovered
FilesChangedTab