-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: Add AddBusinessDay to Time #235
Conversation
Codecov Report
@@ Coverage Diff @@
## master #235 +/- ##
==========================================
+ Coverage 77.42% 77.58% +0.16%
==========================================
Files 29 29
Lines 939 946 +7
==========================================
+ Hits 727 734 +7
Misses 166 166
Partials 46 46
Continue to review full report at Codecov.
|
Thank you! Since this adds to the public API let's release v0.31.0 with the changelog updated. |
Add
AddBusinessDay
to TimeNote: this is built on top of #234 & assumes those changes are complete for the sake of accurate test data, compare mhargrove/base@add-juneteenth...mhargrove:add-business-day for unique changes