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 `LocalTime` operators #127

Closed chrisimcevoy closed 1 month ago

chrisimcevoy commented 1 month ago

Remind me to nuke all compare_to methods...

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 94.91%. Comparing base (4e736f6) to head (d5ce8d3).

Files Patch % Lines
pyoda_time/_local_time.py 88.23% 4 Missing :warning:
pyoda_time/_year_month.py 50.00% 1 Missing :warning:
pyoda_time/_year_month_day.py 50.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #127 +/- ## ========================================== + Coverage 94.86% 94.91% +0.04% ========================================== Files 206 206 Lines 15806 15941 +135 ========================================== + Hits 14995 15131 +136 + Misses 811 810 -1 ```

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