Skip to content

feat: expand stream combinators#24

Merged
blogle merged 7 commits intomasterfrom
codex/add-combinators-to-streams-implementation
Aug 11, 2025
Merged

feat: expand stream combinators#24
blogle merged 7 commits intomasterfrom
codex/add-combinators-to-streams-implementation

Conversation

@blogle
Copy link
Copy Markdown
Owner

@blogle blogle commented Aug 11, 2025

Summary

  • add enumeration, counting, zipping helpers and cyclical streams
  • support predicates, scanning, skip/take variations and take-until
  • forward streams into sinks and provide test coverage

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 11, 2025

Codecov Report

❌ Patch coverage is 93.61702% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.16%. Comparing base (ccff54e) to head (60e7b0f).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
kioto/streams/impl.py 93.61% 3 Missing and 6 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   87.55%   88.16%   +0.60%     
==========================================
  Files          22       22              
  Lines        1278     1419     +141     
  Branches      160      179      +19     
==========================================
+ Hits         1119     1251     +132     
- Misses        107      110       +3     
- Partials       52       58       +6     
Files with missing lines Coverage Δ
kioto/streams/impl.py 95.44% <93.61%> (-0.87%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@blogle blogle merged commit fb30718 into master Aug 11, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant