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

Add iterable concept #219

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Use read_at_unchecked() in default iterate() impl

b5587e2
Select commit
Loading
Failed to load commit list.
Open

Add iterable concept #219

Use read_at_unchecked() in default iterate() impl
b5587e2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 18, 2024 in 0s

98.40% (-0.21%) compared to f539c11

View this Pull Request on Codecov

98.40% (-0.21%) compared to f539c11

Details

Codecov Report

Attention: Patch coverage is 97.89790% with 7 lines in your changes missing coverage. Please review.

Project coverage is 98.40%. Comparing base (f539c11) to head (b5587e2).

Files with missing lines Patch % Lines
include/flux/algorithm/starts_with.hpp 75.00% 4 Missing ⚠️
include/flux/adaptor/scan.hpp 98.03% 1 Missing ⚠️
include/flux/core/concepts.hpp 91.66% 1 Missing ⚠️
include/flux/core/sequence_iterator.hpp 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #219      +/-   ##
==========================================
- Coverage   98.60%   98.40%   -0.21%     
==========================================
  Files          69       70       +1     
  Lines        2578     2629      +51     
==========================================
+ Hits         2542     2587      +45     
- Misses         36       42       +6     

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