Skip to content

fix: enforce strict recurrence validation and fix period encoding - #627

Open
allenporter wants to merge 1 commit into
mainfrom
resolve-issue-seventy
Open

fix: enforce strict recurrence validation and fix period encoding#627
allenporter wants to merge 1 commit into
mainfrom
resolve-issue-seventy

Conversation

@allenporter

Copy link
Copy Markdown
Owner

Closes #70. Enforces strict recurrence validation rules and fixes period encoding issues under RFC 5545.

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 71.07438% with 35 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.74%. Comparing base (21e463f) to head (04c38ab).
⚠️ Report is 60 commits behind head on main.

Files with missing lines Patch % Lines
ical/store.py 51.92% 25 Missing ⚠️
ical/component.py 83.63% 9 Missing ⚠️
ical/types/period.py 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #627      +/-   ##
==========================================
- Coverage   97.57%   96.74%   -0.83%     
==========================================
  Files          57       59       +2     
  Lines        3553     3846     +293     
==========================================
+ Hits         3467     3721     +254     
- Misses         86      125      +39     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Recurrence date/time and timezone validation rules

1 participant