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 checked_(add|sub)_signed to return Result #1514

Merged
merged 3 commits into from
Mar 14, 2024

Conversation

pitdicker
Copy link
Collaborator

Convert NaiveDate::{checked_add_signed, checked_sub_signed} and NaiveDateTime::{checked_add_signed, checked_sub_signed, checked_add_offset, checked_sub_offset}.

@pitdicker pitdicker force-pushed the convert_checked_add branch from c904446 to 7b05323 Compare March 13, 2024 17:48
Copy link

codecov bot commented Mar 13, 2024

Codecov Report

Attention: Patch coverage is 99.31034% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 94.01%. Comparing base (3265c28) to head (7b89ed7).

Files Patch % Lines
src/offset/mod.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            0.5.x    #1514      +/-   ##
==========================================
- Coverage   94.01%   94.01%   -0.01%     
==========================================
  Files          37       37              
  Lines       16839    16814      -25     
==========================================
- Hits        15832    15807      -25     
  Misses       1007     1007              

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

@pitdicker pitdicker force-pushed the convert_checked_add branch from 7b05323 to 7b89ed7 Compare March 14, 2024 19:28
@pitdicker pitdicker merged commit 0fa2a7f into chronotope:0.5.x Mar 14, 2024
35 checks passed
@pitdicker pitdicker deleted the convert_checked_add branch March 14, 2024 19:44
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.

2 participants