Skip to content

fix styles

e072c63
Select commit
Loading
Failed to load commit list.
Open

Add map_async and flat_map_async Operators for Python Async Generators #392

fix styles
e072c63
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 6, 2026 in 1s

73.78% (+0.19%) compared to 8b20469

View this Pull Request on Codecov

73.78% (+0.19%) compared to 8b20469

Details

Codecov Report

❌ Patch coverage is 87.02703% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.78%. Comparing base (8b20469) to head (e072c63).
⚠️ Report is 9 commits behind head on branch-23.11.

Files with missing lines Patch % Lines
python/mrc/_pymrc/src/operators.cpp 82.24% 19 Missing ⚠️
cpp/mrc/src/public/runnable/context.cpp 87.50% 2 Missing ⚠️
...pp/mrc/include/mrc/runnable/detail/type_traits.hpp 0.00% 1 Missing ⚠️
python/mrc/_pymrc/src/node.cpp 97.43% 1 Missing ⚠️
python/mrc/_pymrc/src/segment.cpp 50.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##           branch-23.11     #392      +/-   ##
================================================
+ Coverage         73.59%   73.78%   +0.19%     
================================================
  Files               385      387       +2     
  Lines             13614    13780     +166     
  Branches           1028     1040      +12     
================================================
+ Hits              10019    10168     +149     
- Misses             3595     3612      +17     
Files with missing lines Coverage Δ
cpp/mrc/include/mrc/runnable/context.hpp 100.00% <ø> (ø)
cpp/mrc/include/mrc/runnable/engine.hpp 100.00% <ø> (ø)
cpp/mrc/include/mrc/runnable/launch_control.hpp 83.33% <100.00%> (+1.70%) ⬆️
cpp/mrc/include/mrc/runnable/runner.hpp 100.00% <ø> (ø)
cpp/mrc/include/mrc/segment/builder.hpp 80.00% <100.00%> (+0.37%) ⬆️
cpp/mrc/include/mrc/segment/context.hpp 85.71% <100.00%> (ø)
cpp/mrc/src/internal/runnable/engine.cpp 100.00% <ø> (+16.66%) ⬆️
cpp/mrc/src/public/runnable/runner.cpp 78.21% <100.00%> (ø)
python/mrc/_pymrc/include/pymrc/node.hpp 61.22% <ø> (ø)
python/mrc/_pymrc/include/pymrc/operators.hpp 100.00% <100.00%> (ø)
... and 6 more

... and 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8b20469...e072c63. Read the comment docs.

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