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

Rename LocalResult to TzResolution, add alias #1501

Merged
merged 2 commits into from
Mar 12, 2024

Extend documentation for `MappedLocalTime`

4189fb0
Select commit
Loading
Failed to load commit list.
Merged

Rename LocalResult to TzResolution, add alias #1501

Extend documentation for `MappedLocalTime`
4189fb0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 12, 2024 in 0s

91.80% (+0.00%) compared to 920e73b

View this Pull Request on Codecov

91.80% (+0.00%) compared to 920e73b

Details

Codecov Report

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

Project coverage is 91.80%. Comparing base (920e73b) to head (4189fb0).

Files Patch % Lines
src/offset/mod.rs 36.50% 40 Missing ⚠️
src/offset/local/tz_info/rule.rs 8.33% 22 Missing ⚠️
src/offset/local/tz_info/timezone.rs 16.66% 10 Missing ⚠️
src/format/parsed.rs 33.33% 4 Missing ⚠️
src/datetime/tests.rs 50.00% 3 Missing ⚠️
src/datetime/rustc_serialize.rs 50.00% 2 Missing ⚠️
src/offset/fixed.rs 50.00% 2 Missing ⚠️
src/offset/utc.rs 50.00% 2 Missing ⚠️
src/datetime/serde.rs 80.00% 1 Missing ⚠️
src/offset/local/mod.rs 50.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1501   +/-   ##
=======================================
  Coverage   91.80%   91.80%           
=======================================
  Files          40       40           
  Lines       18337    18338    +1     
=======================================
+ Hits        16835    16836    +1     
  Misses       1502     1502           

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