Closed vxgmichel closed 6 months ago
Attention: Patch coverage is 94.02985%
with 4 lines
in your changes are missing coverage. Please review.
Project coverage is 98.95%. Comparing base (
daf6524
) to head (a0d0790
).
Files | Patch % | Lines |
---|---|---|
aiostream/core.py | 93.10% | 4 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Outdated by #108
An attempt to address issue #95 by adding another
*operator
decorator dedicated to operators that can take zero, one or many async iterables as arguments.There are two issues with this attempt:
ziplatest()
is still not supported.merge
andzip
operators, as seen here: https://github.com/vxgmichel/aiostream/pull/96/files#diff-013a68594b5bfcc0727109dc487131baf28839aa529c426944bdfb467edbc02cR265