-
Notifications
You must be signed in to change notification settings - Fork 545
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
Feature/round_up method on DurationRound trait #1651
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1651 +/- ##
==========================================
+ Coverage 90.87% 91.01% +0.13%
==========================================
Files 37 37
Lines 17143 17342 +199
==========================================
+ Hits 15579 15784 +205
+ Misses 1564 1558 -6 ☔ View full report in Codecov by Sentry. |
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.
Looks good modulo a small nit.
Thanks! |
This PR Solves #1650.
Implementation of duration_round_up method by inverting the duration_trunc method.