-
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 tests for decimal128
and timestamp
#78
base: main
Are you sure you want to change the base?
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 8 out of 8 changed files in this pull request and generated no comments.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #78 +/- ##
==========================================
+ Coverage 63.04% 63.14% +0.09%
==========================================
Files 41 41
Lines 2395 2401 +6
==========================================
+ Hits 1510 1516 +6
Misses 701 701
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.
Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.
Files not reviewed (2)
- go.mod: Language not supported
- wirebson/bson.go: Evaluated as low risk
Comments suppressed due to low confidence (1)
wirebson/logging.go:338
- [nitpick] The variable name 'H' is ambiguous. It should be renamed to 'High' for better readability.
b.WriteString("Decimal128(H:")
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 3 out of 4 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- go.mod: Language not supported
decimal128
decimal128
and timestamp
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 3 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (1)
- go.mod: Language not supported
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 3 out of 4 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- go.mod: Language not supported
Comments suppressed due to low confidence (1)
wireclient/wireclient_test.go:216
- The placeholder for the
Timestamp
test should be completed or removed.
t.Run("Timestamp", func(t *testing.T) { // FIXME })
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 6 out of 8 changed files in this pull request and generated no comments.
Files not reviewed (2)
- go.mod: Language not supported
- tools/go.mod: Language not supported
Comments suppressed due to low confidence (2)
wireclient/wireclient_test.go:211
- Consider adding test cases for edge values of 'time' and 'increment' in the 'Timestamp' tests to ensure robustness.
t.Run("Timestamp", func(t *testing.T) {
wirebson/bson_test.go:1303
- The comment on the t.Skip line should provide more context about why the test is being skipped.
t.Skip("https://github.com/FerretDB/wire/issues/49")
No description provided.