tcbrindle / flux

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

Add moving average example #67

Closed jnytra closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (0440cdc) 97.70% compared to head (05fcc89) 97.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ======================================= Coverage 97.70% 97.70% ======================================= Files 62 62 Lines 2045 2045 ======================================= Hits 1998 1998 Misses 47 47 ```

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

tcbrindle commented 1 year ago

An example using scan already? I only merged it yesterday! :D

This is another great little example, thanks once again

jnytra commented 1 year ago

I accidentally created a pull request from my main. Sorry for that. I am closing this one and creating a new one with fixes.