libfn / functional

Extending C++ library for functional programming
ISC License
60 stars 8 forks source link

Extend `invoke` to support `sum` and `pack` #44

Closed Bronek closed 7 months ago

Bronek commented 7 months ago

Address #40 and simplify adding sum support to functors and monads #38 Also address #41

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 97.92531% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 99.27%. Comparing base (ebf4534) to head (911fee6).

Files Patch % Lines
include/functional/detail/variadic_union.hpp 91.07% 3 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ========================================== - Coverage 99.31% 99.27% -0.05% ========================================== Files 17 19 +2 Lines 730 689 -41 Branches 181 161 -20 ========================================== - Hits 725 684 -41 Misses 3 3 Partials 2 2 ```

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