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

Don't use deprecated method in impl Arbitrary for DateTime #1336

Merged
merged 3 commits into from
Jan 26, 2024

CI: test `arbitrary` feature

bdd6148
Select commit
Loading
Failed to load commit list.
Merged

Don't use deprecated method in impl Arbitrary for DateTime #1336

CI: test `arbitrary` feature
bdd6148
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 26, 2024 in 0s

91.72% (+0.00%) compared to ec557d2

View this Pull Request on Codecov

91.72% (+0.00%) compared to ec557d2

Details

Codecov Report

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

Comparison is base (ec557d2) 91.72% compared to head (bdd6148) 91.72%.

Files Patch % Lines
src/month.rs 0.00% 2 Missing ⚠️
src/datetime/mod.rs 0.00% 1 Missing ⚠️
src/naive/datetime/mod.rs 0.00% 1 Missing ⚠️
src/offset/utc.rs 0.00% 1 Missing ⚠️
src/weekday.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1336   +/-   ##
=======================================
  Coverage   91.72%   91.72%           
=======================================
  Files          38       38           
  Lines       17267    17267           
=======================================
  Hits        15839    15839           
  Misses       1428     1428           

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