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 example for simple config parser #48

Closed jnytra closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (8701f96) 98.37% compared to head (fd04204) 98.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #48 +/- ## ======================================= Coverage 98.37% 98.37% ======================================= Files 63 63 Lines 2279 2279 ======================================= Hits 2242 2242 Misses 37 37 ``` 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 in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

tcbrindle commented 1 year ago

All checks passed! ✅

This looks really good. It's great to see a more "real-world" example of Flux in action, thank you!

(Also, I'm very impressed with how you're using the library 100% correctly despite there not being much documentation at the moment, well done for working it out)

jnytra commented 1 year ago

All checks passed! ✅

This looks really good. It's great to see a more "real-world" example of Flux in action, thank you!

(Also, I'm very impressed with how you're using the library 100% correctly despite there not being much documentation at the moment, well done for working it out)

Thanks for feedback. Code is very intuitive and unit tests are the best documentation. :-)