Add map_async and flat_map_async Operators for Python Async Generators
#392
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).
Additional details and impacted files
@@ 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.
Loading