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

Simplify SerdeError #1458

Merged
merged 3 commits into from
Feb 27, 2024

Check for invalid cast

bc03a0f
Select commit
Loading
Failed to load commit list.
Merged

Simplify SerdeError #1458

Check for invalid cast
bc03a0f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 27, 2024 in 1s

92.12% (+0.01%) compared to 02c68d6

View this Pull Request on Codecov

92.12% (+0.01%) compared to 02c68d6

Details

Codecov Report

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

Project coverage is 92.12%. Comparing base (02c68d6) to head (bc03a0f).
Report is 3 commits behind head on main.

Files Patch % Lines
src/lib.rs 0.00% 10 Missing ⚠️
src/datetime/serde.rs 90.47% 2 Missing ⚠️
src/naive/datetime/serde.rs 80.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1458      +/-   ##
==========================================
+ Coverage   92.11%   92.12%   +0.01%     
==========================================
  Files          40       40              
  Lines       18026    18000      -26     
==========================================
- Hits        16604    16583      -21     
+ Misses       1422     1417       -5     

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