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: implement `__hash__`, `__repr__` and `__format__` for `LocalTime` #129

Closed chrisimcevoy closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 94.91%. Comparing base (10fdb50) to head (9ac6770).

Files Patch % Lines
pyoda_time/_local_time.py 30.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #129 +/- ## ========================================== - Coverage 94.95% 94.91% -0.05% ========================================== Files 208 208 Lines 16035 16045 +10 ========================================== + Hits 15226 15229 +3 - Misses 809 816 +7 ```

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