tcbrindle / flux

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

Add `read_at_unchecked()` specialization for `map_adaptor` #121

Closed DeveloperPaul123 closed 1 year ago

DeveloperPaul123 commented 1 year ago

Attempts to address #94

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (89d6caa) 97.70% compared to head (32bdf01) 97.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #121 +/- ## ======================================= Coverage 97.70% 97.70% ======================================= Files 67 67 Lines 2398 2398 ======================================= Hits 2343 2343 Misses 55 55 ``` | [Files Changed](https://app.codecov.io/gh/tcbrindle/flux/pull/121?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle) | Coverage Δ | | |---|---|---| | [include/flux/op/map.hpp](https://app.codecov.io/gh/tcbrindle/flux/pull/121?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle#diff-aW5jbHVkZS9mbHV4L29wL21hcC5ocHA=) | `93.33% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tcbrindle commented 1 year ago

Thanks @DeveloperPaul123, looks great!

Fixes #94