-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add support for Undefined BSON type #85
Conversation
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.
Copilot reviewed 5 out of 9 changed files in this pull request and generated no comments.
Files not reviewed (4)
- wirebson/testdata/all.hex: Language not supported
- wirebson/decode.go: Evaluated as low risk
- wirebson/encode.go: Evaluated as low risk
- wirebson/size.go: Evaluated as low risk
Comments suppressed due to low confidence (1)
wirebson/logging.go:114
- Returning an empty slog.Value for UndefinedType might be ambiguous. Consider returning a more meaningful value.
return slog.Value{}
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
==========================================
+ Coverage 63.08% 63.38% +0.29%
==========================================
Files 41 41
Lines 2395 2409 +14
==========================================
+ Hits 1511 1527 +16
+ Misses 700 698 -2
Partials 184 184
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
This will make fuzzing happy 👍
Closes FerretDB/FerretDB#4729.