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

Replace stray assert #42

Closed tcbrindle closed 1 year ago

tcbrindle commented 1 year ago

Replace with FLUX_DEBUG_ASSERT

codecov[bot] commented 1 year ago

Codecov Report

Base: 98.33% // Head: 98.33% // No change to project coverage :thumbsup:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #42 +/- ## ======================================= Coverage 98.33% 98.33% ======================================= Files 63 63 Lines 2280 2280 ======================================= Hits 2242 2242 Misses 38 38 ``` | [Impacted Files](https://codecov.io/gh/tcbrindle/flux/pull/42?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/chain.hpp](https://codecov.io/gh/tcbrindle/flux/pull/42?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tristan+Brindle#diff-aW5jbHVkZS9mbHV4L29wL2NoYWluLmhwcA==) | `97.11% <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=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.