vitaly-t / iter-ops

Basic operations on iterables
https://vitaly-t.github.io/iter-ops
MIT License
136 stars 5 forks source link

adding operator skipUntil - #193 #197

Closed vitaly-t closed 1 year ago

vitaly-t commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Base: 99.55% // Head: 99.57% // Increases project coverage by +0.01% :tada:

Coverage data is based on head (5c17b60) compared to base (b0deabd). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #197 +/- ## ========================================== + Coverage 99.55% 99.57% +0.01% ========================================== Files 47 49 +2 Lines 1582 1643 +61 Branches 329 338 +9 ========================================== + Hits 1575 1636 +61 Misses 2 2 Partials 5 5 ``` | [Impacted Files](https://codecov.io/gh/vitaly-t/iter-ops/pull/197?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/ops/skip-while.ts](https://codecov.io/gh/vitaly-t/iter-ops/pull/197/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29wcy9za2lwLXdoaWxlLnRz) | `100.00% <ø> (ø)` | | | [src/ops/take-while.ts](https://codecov.io/gh/vitaly-t/iter-ops/pull/197/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29wcy90YWtlLXdoaWxlLnRz) | `100.00% <ø> (ø)` | | | [src/index.ts](https://codecov.io/gh/vitaly-t/iter-ops/pull/197/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2luZGV4LnRz) | `100.00% <100.00%> (ø)` | | | [src/ops/skip-until.ts](https://codecov.io/gh/vitaly-t/iter-ops/pull/197/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29wcy9za2lwLXVudGlsLnRz) | `100.00% <100.00%> (ø)` | | | [src/ops/take-until.ts](https://codecov.io/gh/vitaly-t/iter-ops/pull/197/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29wcy90YWtlLXVudGlsLnRz) | `100.00% <100.00%> (ø)` | | 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=None). 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=None)

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