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 `AnnualDate` #151

Closed chrisimcevoy closed 1 month ago

chrisimcevoy commented 1 month ago

The second type to use __slots__ as per #106

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 95.49%. Comparing base (4931381) to head (fe8141b).

Files Patch % Lines
pyoda_time/_annual_date.py 96.72% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #151 +/- ## ========================================== + Coverage 95.46% 95.49% +0.02% ========================================== Files 233 235 +2 Lines 18319 18428 +109 ========================================== + Hits 17489 17597 +108 - Misses 830 831 +1 ```

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