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

0.5: Converting the API to return Results (part 2): Mdf type #1444

Merged
merged 2 commits into from
Feb 16, 2024

Convert `NaiveDate::from_ymd` to return `Result`

00a73b1
Select commit
Loading
Failed to load commit list.
Merged

0.5: Converting the API to return Results (part 2): Mdf type #1444

Convert `NaiveDate::from_ymd` to return `Result`
00a73b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 16, 2024 in 0s

94.15% (-0.01%) compared to 69208e5

View this Pull Request on Codecov

94.15% (-0.01%) compared to 69208e5

Details

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (69208e5) 94.15% compared to head (00a73b1) 94.15%.

Files Patch % Lines
src/naive/internals.rs 89.47% 4 Missing ⚠️
src/error.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            0.5.x    #1444      +/-   ##
==========================================
- Coverage   94.15%   94.15%   -0.01%     
==========================================
  Files          37       37              
  Lines       16696    16701       +5     
==========================================
+ Hits        15720    15724       +4     
- Misses        976      977       +1     

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