tcbrindle / flux

A C++20 library for sequence-orientated programming
https://tristanbrindle.com/flux/
Boost Software License 1.0
479 stars 29 forks source link

Add chunk adaptor #37

Closed tcbrindle closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 98.10% // Head: 98.23% // Increases project coverage by +0.13% :tada:

Coverage data is based on head (9647fde) compared to base (573093b). Patch coverage: 100.00% of modified lines in pull request are covered.

:exclamation: Current head 9647fde differs from pull request most recent head 30e88f7. Consider uploading reports for the commit 30e88f7 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #37 +/- ## ========================================== + Coverage 98.10% 98.23% +0.13% ========================================== Files 60 61 +1 Lines 2053 2156 +103 ========================================== + Hits 2014 2118 +104 + Misses 39 38 -1 ``` | [Impacted Files](https://codecov.io/gh/tcbrindle/flux/pull/37?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle) | Coverage Δ | | |---|---|---| | [include/flux/core/inline\_sequence\_base.hpp](https://codecov.io/gh/tcbrindle/flux/pull/37?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle#diff-aW5jbHVkZS9mbHV4L2NvcmUvaW5saW5lX3NlcXVlbmNlX2Jhc2UuaHBw) | `92.10% <ø> (ø)` | | | [include/flux/op/stride.hpp](https://codecov.io/gh/tcbrindle/flux/pull/37?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle#diff-aW5jbHVkZS9mbHV4L29wL3N0cmlkZS5ocHA=) | `99.00% <ø> (+0.99%)` | :arrow_up: | | [include/flux/op/chunk.hpp](https://codecov.io/gh/tcbrindle/flux/pull/37?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle#diff-aW5jbHVkZS9mbHV4L29wL2NodW5rLmhwcA==) | `100.00% <100.00%> (ø)` | | | [include/flux/op/reverse.hpp](https://codecov.io/gh/tcbrindle/flux/pull/37?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle#diff-aW5jbHVkZS9mbHV4L29wL3JldmVyc2UuaHBw) | `100.00% <0.00%> (ø)` | | | [include/flux/core/default\_impls.hpp](https://codecov.io/gh/tcbrindle/flux/pull/37?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle#diff-aW5jbHVkZS9mbHV4L2NvcmUvZGVmYXVsdF9pbXBscy5ocHA=) | `100.00% <0.00%> (ø)` | | | [include/flux/op/fold.hpp](https://codecov.io/gh/tcbrindle/flux/pull/37?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle#diff-aW5jbHVkZS9mbHV4L29wL2ZvbGQuaHBw) | `96.00% <0.00%> (+0.34%)` | :arrow_up: | 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=Tristan+Brindle). 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=Tristan+Brindle)

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