chrisimcevoy / pyoda-time

A better date and time API for Python
https://pyodatime.org/
Apache License 2.0
1 stars 0 forks source link

feat: `DateTimeZoneCache`, `IDateTimeZoneProvider` & `DateTimeZoneProviders` #158

Closed chrisimcevoy closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 97.68786% with 8 lines in your changes missing coverage. Please review.

Project coverage is 95.55%. Comparing base (86769d2) to head (3a8f6c8).

Files Patch % Lines
pyoda_time/_i_date_time_zone_provider.py 80.00% 4 Missing :warning:
pyoda_time/_date_time_zone.py 93.93% 2 Missing :warning:
pyoda_time/time_zones/_date_time_zone_cache.py 98.07% 1 Missing :warning:
tests/time_zones/test_date_time_zone_cache.py 99.38% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #158 +/- ## ========================================== + Coverage 95.48% 95.55% +0.07% ========================================== Files 242 248 +6 Lines 18992 19309 +317 ========================================== + Hits 18134 18451 +317 Misses 858 858 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.