-
Notifications
You must be signed in to change notification settings - Fork 437
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: correct SmallDateTime upper bound range #1621
fix: correct SmallDateTime upper bound range #1621
Conversation
5ae126f
to
3a58a61
Compare
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 catching this and puttying in the effort for raising this PR. I just had a comment for remove an unnecessary test case, and it should be good to go. 🙇
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.
Sorry, I may put my pervious comment at a confusing line. I added new comment, and hope it will clear things up.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1621 +/- ##
==========================================
- Coverage 78.48% 78.46% -0.03%
==========================================
Files 93 93
Lines 4861 4861
Branches 933 933
==========================================
- Hits 3815 3814 -1
Misses 750 750
- Partials 296 297 +1 ☔ View full report in Codecov by Sentry. |
@arthurschreiber , can I just go ahead and merge this one? after the branch is up to date? |
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.
LGTM! ❤️
Yep! |
🎉 This PR is included in version 18.2.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Before submitting a PR :
master
branch of the repository.npm install
in the root folder.npm run-script test-all
). During development, to run individual test usenode_modules/nodeunit test/<test_file.js> -t <test_name>
.npm run build
).npm run lint
).node_modules/.bin/commitlint --from origin/master --to HEAD
). Refer commit conventions and commit rules.Thank you for Contributing!