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

Convert NaiveDateTime::succ/pred to return Result #1513

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

Zomtir
Copy link
Contributor

@Zomtir Zomtir commented Mar 12, 2024

Two more functions for #1469

  • NaiveDate::succ()
  • NaiveDate::pred()

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.02%. Comparing base (45d22e8) to head (c180cae).

Additional details and impacted files
@@            Coverage Diff             @@
##            0.5.x    #1513      +/-   ##
==========================================
- Coverage   94.02%   94.02%   -0.01%     
==========================================
  Files          37       37              
  Lines       16974    16968       -6     
==========================================
- Hits        15960    15954       -6     
  Misses       1014     1014              

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

Copy link
Collaborator

@pitdicker pitdicker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great 👍.

@pitdicker pitdicker merged commit d5b0e71 into chronotope:0.5.x Mar 13, 2024
35 checks passed
@Zomtir Zomtir deleted the succ_pred branch April 6, 2024 08:08
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