-
Notifications
You must be signed in to change notification settings - Fork 247
fix: Period.CollidesWith
#812
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ❌ Your project status has failed because the head coverage (67%) is below the target coverage (80%). You can increase the head coverage or adjust the target coverage.
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
34518e6 to
7e2b7f4
Compare
* Add checks for edge cases of periodes * Remove redundant null check in `Period.EffectiveEndTime` * Enhance unit test coverage for `Period` and `FreeBusy` Resolves #811
7e2b7f4 to
1db3c18
Compare
|
|
@axunonb Sorry for not being able to review any earlier. Great increase of test coverage! The only detail to consider (not sure this is the case anyways) would be that |
In the
Still too low over ical.net, unfortunately, putting any code changes at risk for unintentionally breaking things. |



Period.CollidesWithDuration.Zerodo not collideEffectiveDuration == null(onlyStartTimeis set) throw as they are not considered as periods (should useContains(CalDateTime)insteadPeriod.EffectiveEndTimePeriodandFreeBusyResolves #811