NCrontab icon indicating copy to clipboard operation
NCrontab copied to clipboard

Extension to merge occurrences of several schedules (#36)

Open atifaziz opened this issue 8 years ago • 1 comments

This PR addresses #36 by adding an extension method that takes a sequence of CrontabSchedule instances and produces a single sequence of ordered and distinct occurrences from those schedules.

atifaziz avatar Dec 11 '17 10:12 atifaziz

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (dfea895) 88.37% compared to head (e22c21e) 88.93%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   88.37%   88.93%   +0.56%     
==========================================
  Files           5        6       +1     
  Lines         430      488      +58     
==========================================
+ Hits          380      434      +54     
- Misses         50       54       +4     
Files Coverage Δ
NCrontab/CrontabScheduleExtensions.cs 93.10% <93.10%> (ø)

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

codecov[bot] avatar Sep 09 '23 10:09 codecov[bot]