Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement LocalDate, OffsetDate and DateInterval #252

Merged
merged 2 commits into from
Jan 24, 2025

test: add missing test & update coverage

57ee9fc
Select commit
Loading
Failed to load commit list.
Merged

feat: Implement LocalDate, OffsetDate and DateInterval #252

test: add missing test & update coverage
57ee9fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 24, 2025 in 0s

96.46% (+0.18%) compared to 40d6fe1

View this Pull Request on Codecov

96.46% (+0.18%) compared to 40d6fe1

Details

Codecov Report

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

Project coverage is 96.46%. Comparing base (40d6fe1) to head (57ee9fc).

Files with missing lines Patch % Lines
pyoda_time/_local_date_time.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #252      +/-   ##
==========================================
+ Coverage   96.27%   96.46%   +0.18%     
==========================================
  Files         260      263       +3     
  Lines       20149    20873     +724     
==========================================
+ Hits        19399    20135     +736     
+ Misses        750      738      -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.