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: port `Interval` #142

Closed chrisimcevoy closed 4 months ago

chrisimcevoy commented 4 months ago

This is the first class to use __slots__ as discussed in #106.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 99.40828% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.04%. Comparing base (7394039) to head (370fbc9). Report is 36 commits behind head on main.

Files Patch % Lines
pyoda_time/_interval.py 98.43% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #142 +/- ## ========================================== + Coverage 94.98% 95.04% +0.05% ========================================== Files 223 225 +2 Lines 17305 17473 +168 ========================================== + Hits 16438 16608 +170 + Misses 867 865 -2 ```

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