vobject icon indicating copy to clipboard operation
vobject copied to clipboard

Yearly rrule compliance by the iterator

Open kroky opened this issue 9 months ago • 1 comments

Make the RRuleIterator always follow the yearly RRULE even when start date does not follow the rule. Should solve https://github.com/sabre-io/vobject/issues/626

kroky avatar May 14 '24 14:05 kroky

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.78%. Comparing base (8bf65e2) to head (72a1fe9). Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #656   +/-   ##
=========================================
  Coverage     98.78%   98.78%           
- Complexity     1868     1869    +1     
=========================================
  Files            71       71           
  Lines          5253     5254    +1     
=========================================
+ Hits           5189     5190    +1     
  Misses           64       64           

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

codecov[bot] avatar May 15 '24 04:05 codecov[bot]

I added a couple more test scenarios just to cover when the specified start date is in a month before/the same as/after the month where the recurring event should happen. It passes.

phil-davis avatar May 17 '24 07:05 phil-davis