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

Make remaining methods const #1337

Merged
merged 11 commits into from
Feb 1, 2024

Make remaining methods on `NaiveDateTime` const

addcf66
Select commit
Loading
Failed to load commit list.
Merged

Make remaining methods const #1337

Make remaining methods on `NaiveDateTime` const
addcf66
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2024 in 0s

91.84% (+0.00%) compared to e031ffb

View this Pull Request on Codecov

91.84% (+0.00%) compared to e031ffb

Details

Codecov Report

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

Comparison is base (e031ffb) 91.84% compared to head (addcf66) 91.84%.

Files Patch % Lines
src/naive/datetime/mod.rs 68.75% 5 Missing ⚠️
src/duration.rs 98.94% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1337   +/-   ##
=======================================
  Coverage   91.84%   91.84%           
=======================================
  Files          38       38           
  Lines       17491    17519   +28     
=======================================
+ Hits        16064    16090   +26     
- Misses       1427     1429    +2     

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