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 InputRange... classes as a replacement for cppcoro::generator #1678

Merged
merged 15 commits into from
Dec 16, 2024

Fixed this and that.

91e6523
Select commit
Loading
Failed to load commit list.
Merged

Add InputRange... classes as a replacement for cppcoro::generator #1678

Fixed this and that.
91e6523
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

89.86% (+0.16%) compared to 4237e0d

View this Pull Request on Codecov

89.86% (+0.16%) compared to 4237e0d

Details

Codecov Report

Attention: Patch coverage is 91.81818% with 9 lines in your changes missing coverage. Please review.

Project coverage is 89.86%. Comparing base (4237e0d) to head (91e6523).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
src/util/Iterators.h 87.69% 5 Missing and 3 partials ⚠️
src/util/Views.h 97.05% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1678      +/-   ##
==========================================
+ Coverage   89.69%   89.86%   +0.16%     
==========================================
  Files         385      389       +4     
  Lines       36955    37268     +313     
  Branches     4179     4201      +22     
==========================================
+ Hits        33148    33492     +344     
+ Misses       2507     2479      -28     
+ Partials     1300     1297       -3     

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