Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++20 compatible polyfill for <expected> #155

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

Improve unit tests coverage

4ef3afd
Select commit
Loading
Failed to load commit list.
Draft

C++20 compatible polyfill for <expected> #155

Improve unit tests coverage
4ef3afd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 2, 2025 in 0s

99.7% (target 99.0%)

View this Pull Request on Codecov

99.7% (target 99.0%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.7%. Comparing base (5205895) to head (4ef3afd).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #155     +/-   ##
=======================================
+ Coverage   99.5%   99.7%   +0.1%     
=======================================
  Files         19      20      +1     
  Lines        827     862     +35     
  Branches     121     121             
=======================================
+ Hits         823     859     +36     
+ Misses         4       3      -1     
Files with missing lines Coverage Δ
include/fn/and_then.hpp 100.0% <ø> (ø)
include/fn/choice.hpp 100.0% <ø> (+2.0%) ⬆️
include/fn/detail/functional.hpp 100.0% <ø> (ø)
include/fn/detail/pack_impl.hpp 100.0% <ø> (ø)
include/fn/detail/variadic_union.hpp 98.7% <ø> (ø)
include/fn/expected.hpp 99.7% <ø> (ø)
include/fn/fail.hpp 100.0% <ø> (ø)
include/fn/filter.hpp 100.0% <ø> (ø)
include/fn/functional.hpp 100.0% <ø> (ø)
include/fn/inspect.hpp 100.0% <ø> (ø)
... and 10 more

Impacted file tree graph