Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(zipWithNext, pairwise): add zipWithNext, add pairwise(transform) #182

Merged
merged 10 commits into from
Oct 12, 2023

Conversation

hoc081098
Copy link
Owner

Status

READY

Breaking Changes

NO

Description

add zipWithNext, add pairwise(transform).
Related issue: Kotlin/kotlinx.coroutines#1767

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Requirements

  • Dump api
  • Update README
  • Update CHANGELOG
  • Add tests
  • Add docs

@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (3758c62) 87.42% compared to head (e0bf3c8) 87.50%.
Report is 1 commits behind head on master.

❗ Current head e0bf3c8 differs from pull request most recent head 5cfef87. Consider uploading reports for the commit 5cfef87 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #182      +/-   ##
==========================================
+ Coverage   87.42%   87.50%   +0.07%     
==========================================
  Files          33       33              
  Lines         787      792       +5     
  Branches      110      109       -1     
==========================================
+ Hits          688      693       +5     
  Misses         54       54              
  Partials       45       45              
Files Coverage Δ
...ommonMain/kotlin/com/hoc081098/flowext/pairwise.kt 100.00% <100.00%> (ø)
...mmonMain/kotlin/com/hoc081098/flowext/selectors.kt 98.30% <100.00%> (ø)
...ommonMain/kotlin/com/hoc081098/flowext/throttle.kt 84.21% <100.00%> (ø)
...n/kotlin/com/hoc081098/flowext/utils/NULL_VALUE.kt 100.00% <100.00%> (ø)
...nMain/kotlin/com/hoc081098/flowext/utils/Symbol.kt 75.00% <100.00%> (ø)
...ain/kotlin/com/hoc081098/flowext/withLatestFrom.kt 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hoc081098 hoc081098 merged commit c6910c8 into master Oct 12, 2023
@hoc081098 hoc081098 deleted the zipWithNext_pairwise branch October 12, 2023 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant