Skip to content
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: AddBankingTime #387

Merged
merged 1 commit into from
May 9, 2024
Merged

feat: AddBankingTime #387

merged 1 commit into from
May 9, 2024

Conversation

adamdecaf
Copy link
Member

@adamdecaf adamdecaf commented Apr 30, 2024

// AddBankingTime increments t by the hours, minutes, and seconds provided
// but keeps the final time within 9am to 5pm in t's Location.
func (t Time) AddBankingTime(hours, minutes, seconds int) Time 

@adamdecaf adamdecaf changed the title Feat addbankingtime feat: AddBankingTime Apr 30, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.42%. Comparing base (fd17618) to head (390b657).
Report is 15 commits behind head on master.

❗ Current head 390b657 differs from pull request most recent head ada492e. Consider uploading reports for the commit ada492e to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #387      +/-   ##
==========================================
+ Coverage   74.12%   74.42%   +0.29%     
==========================================
  Files          46       46              
  Lines        1793     1814      +21     
==========================================
+ Hits         1329     1350      +21     
  Misses        383      383              
  Partials       81       81              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adamdecaf adamdecaf marked this pull request as ready for review April 30, 2024 21:31
@adamdecaf adamdecaf merged commit 574f555 into master May 9, 2024
9 checks passed
@adamdecaf adamdecaf deleted the feat-addbankingtime branch May 9, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants