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

add StateFlow<T>.mapState, combineStates(StateFlow<T>...) #317

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

hoc081098
Copy link
Owner

Status

READY/IN DEVELOPMENT/HOLD

Breaking Changes

YES | NO

Description

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

@hoc081098 hoc081098 added the enhancement New feature or request label Dec 8, 2024
@hoc081098 hoc081098 self-assigned this Dec 8, 2024
Copy link

codecov bot commented Dec 8, 2024

Codecov Report

Attention: Patch coverage is 6.52174% with 129 lines in your changes missing coverage. Please review.

Project coverage is 76.35%. Comparing base (62e1c05) to head (3ebb41e).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...monMain/kotlin/com/hoc081098/flowext/StateFlows.kt 6.52% 129 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #317       +/-   ##
===========================================
- Coverage   88.38%   76.35%   -12.04%     
===========================================
  Files          37       38        +1     
  Lines         801      939      +138     
  Branches      107      107               
===========================================
+ Hits          708      717        +9     
- Misses         52      181      +129     
  Partials       41       41               

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant