bluemoon / calends

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

feat: rework intervals #29

Closed bluemoon closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Base: 77.50% // Head: 74.06% // Decreases project coverage by -3.44% :warning:

Coverage data is based on head (a98d2e3) compared to base (c976b96). Patch coverage: 48.56% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #29 +/- ## ========================================== - Coverage 77.50% 74.06% -3.45% ========================================== Files 20 20 Lines 1187 1438 +251 ========================================== + Hits 920 1065 +145 - Misses 267 373 +106 ``` | [Impacted Files](https://codecov.io/gh/bluemoon/calends/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney) | Coverage Δ | | |---|---|---| | [src/interval/iter.rs](https://codecov.io/gh/bluemoon/calends/pull/29/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney#diff-c3JjL2ludGVydmFsL2l0ZXIucnM=) | `75.00% <ø> (ø)` | | | [src/interval/open.rs](https://codecov.io/gh/bluemoon/calends/pull/29/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney#diff-c3JjL2ludGVydmFsL29wZW4ucnM=) | `12.50% <0.00%> (-15.63%)` | :arrow_down: | | [src/lib.rs](https://codecov.io/gh/bluemoon/calends/pull/29/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney#diff-c3JjL2xpYi5ycw==) | `100.00% <ø> (ø)` | | | [src/interval/closed.rs](https://codecov.io/gh/bluemoon/calends/pull/29/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney#diff-c3JjL2ludGVydmFsL2Nsb3NlZC5ycw==) | `52.17% <33.33%> (-28.71%)` | :arrow_down: | | [src/duration/relative.rs](https://codecov.io/gh/bluemoon/calends/pull/29/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney#diff-c3JjL2R1cmF0aW9uL3JlbGF0aXZlLnJz) | `95.06% <41.66%> (-4.58%)` | :arrow_down: | | [src/interval/parse.rs](https://codecov.io/gh/bluemoon/calends/pull/29/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney#diff-c3JjL2ludGVydmFsL3BhcnNlLnJz) | `61.11% <44.44%> (+61.11%)` | :arrow_up: | | [src/interval/base.rs](https://codecov.io/gh/bluemoon/calends/pull/29/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney#diff-c3JjL2ludGVydmFsL2Jhc2UucnM=) | `55.17% <55.17%> (ø)` | | | [src/interval/like.rs](https://codecov.io/gh/bluemoon/calends/pull/29/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney#diff-c3JjL2ludGVydmFsL2xpa2UucnM=) | `87.87% <75.00%> (+2.69%)` | :arrow_up: | | [src/unit/domain.rs](https://codecov.io/gh/bluemoon/calends/pull/29/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney#diff-c3JjL3VuaXQvZG9tYWluLnJz) | `56.79% <78.94%> (+11.79%)` | :arrow_up: | | [src/interval/marker.rs](https://codecov.io/gh/bluemoon/calends/pull/29/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney#diff-c3JjL2ludGVydmFsL21hcmtlci5ycw==) | `86.95% <100.00%> (-13.05%)` | :arrow_down: | | ... and [5 more](https://codecov.io/gh/bluemoon/calends/pull/29/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bradford+Toney)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.