Skip to content

Rename sequence source dir to factory

c4a5513
Select commit
Loading
Failed to load commit list.
Draft

Add iterable concept #238

Rename sequence source dir to factory
c4a5513
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 17, 2026 in 0s

96.85% (-0.90%) compared to e8936e5

View this Pull Request on Codecov

96.85% (-0.90%) compared to e8936e5

Details

Codecov Report

❌ Patch coverage is 98.14634% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.85%. Comparing base (e8936e5) to head (c4a5513).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
include/flux/adaptor/chunk.hpp 92.85% 3 Missing ⚠️
include/flux/adaptor/take_while.hpp 78.57% 3 Missing ⚠️
test/test_utils.hpp 87.50% 1 Missing and 2 partials ⚠️
include/flux/adaptor/chain.hpp 94.11% 2 Missing ⚠️
include/flux/factory/generator.hpp 92.00% 2 Missing ⚠️
include/flux/adaptor/flatten_with.hpp 97.36% 1 Missing ⚠️
include/flux/adaptor/scan_first.hpp 94.73% 1 Missing ⚠️
include/flux/algorithm/to.hpp 94.11% 1 Missing ⚠️
include/flux/algorithm/zip_algorithms.hpp 94.44% 1 Missing ⚠️
test/test_generator.cpp 75.00% 0 Missing and 1 partial ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #238      +/-   ##
==========================================
- Coverage   97.74%   96.85%   -0.90%     
==========================================
  Files         146      148       +2     
  Lines        5149     5147       -2     
  Branches      244      301      +57     
==========================================
- Hits         5033     4985      -48     
- Misses         80      127      +47     
+ Partials       36       35       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.