bluemoon / calends

Calendar library for Rust
MIT License
6 stars 1 forks source link

feat: increase cohesiveness of all the types of intervals #18

Closed bluemoon closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #18 (525c409) into main (c6b2590) will increase coverage by 2.79%. The diff coverage is 69.44%.

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   74.26%   77.05%   +2.79%     
==========================================
  Files          15       16       +1     
  Lines         812      850      +38     
==========================================
+ Hits          603      655      +52     
+ Misses        209      195      -14     
Impacted Files Coverage Δ
src/interval/serde.rs 0.00% <0.00%> (ø)
src/lib.rs 100.00% <ø> (ø)
src/interval/open.rs 31.03% <26.92%> (+31.03%) :arrow_up:
src/interval/like.rs 86.79% <66.66%> (-8.96%) :arrow_down:
src/interval/closed.rs 72.36% <80.00%> (+9.86%) :arrow_up:
src/interval/bound.rs 82.19% <100.00%> (+4.60%) :arrow_up:
src/interval/iter.rs 81.81% <100.00%> (ø)
src/interval/marker.rs 100.00% <100.00%> (ø)
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.