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

mapState tests

3ebb41e
Select commit
Loading
Failed to load commit list.
Open

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

mapState tests
3ebb41e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 8, 2024 in 0s

76.35% (-12.04%) compared to 62e1c05

View this Pull Request on Codecov

76.35% (-12.04%) compared to 62e1c05

Details

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.