vxgmichel / aiostream

Generator-based operators for asynchronous iteration
http://aiostream.readthedocs.io
GNU General Public License v3.0
801 stars 34 forks source link

Add sources_operators #96

Closed vxgmichel closed 6 months ago

vxgmichel commented 7 months ago

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:

codecov-commenter commented 7 months ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #96 +/- ## ========================================== + Coverage 98.90% 98.95% +0.05% ========================================== Files 15 15 Lines 1004 1053 +49 ========================================== + Hits 993 1042 +49 Misses 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vxgmichel commented 6 months ago

Outdated by #108