jazzband / icalevents

Python module for iCal URL/file parsing and querying.
MIT License
157 stars 72 forks source link

Fix recurrence id handling #102

Open chrko opened 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #102 (38e3d79) into master (43e1aa8) will increase coverage by 0.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
+ Coverage   87.84%   88.04%   +0.19%     
==========================================
  Files           4        4              
  Lines         362      368       +6     
  Branches       93       94       +1     
==========================================
+ Hits          318      324       +6     
  Misses         21       21              
  Partials       23       23              
Impacted Files Coverage Δ
icalevents/icalparser.py 88.40% <100.00%> (+0.25%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 43e1aa8...38e3d79. Read the comment docs.

eigenmannmartin commented 2 years ago

@chrko I think this should already be solved with https://github.com/jazzband/icalevents/pull/97