CombineCommunity / CombineExt

CombineExt provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.
https://combine.community
MIT License
1.72k stars 151 forks source link

Joint Venture of #109 and #120 #124

Closed mRs- closed 2 years ago

mRs- commented 2 years ago

I've cherry picked both solution in one PR so that we can get this merged ASAP 😀

codecov[bot] commented 2 years ago

Codecov Report

Merging #124 (cb87e62) into main (ee629db) will decrease coverage by 0.02%. The diff coverage is 92.30%.

@@            Coverage Diff             @@
##             main     #124      +/-   ##
==========================================
- Coverage   95.35%   95.32%   -0.03%     
==========================================
  Files          66       66              
  Lines        3551     3576      +25     
==========================================
+ Hits         3386     3409      +23     
- Misses        165      167       +2     
Impacted Files Coverage Δ
Tests/ShareReplayTests.swift 96.70% <91.30%> (-0.79%) :arrow_down:
Sources/Subjects/ReplaySubject.swift 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee629db...cb87e62. Read the comment docs.