CombineExt icon indicating copy to clipboard operation
CombineExt copied to clipboard

Add `Using` operator and tests.

Open danielt1263 opened this issue 4 years ago • 2 comments
trafficstars

Adding the Using "operator" which I use quite a bit when working with RxSwift.

danielt1263 avatar Oct 09 '21 12:10 danielt1263

Conflicts fixed. The operator is ready to be merged in with the next dot release.

danielt1263 avatar May 02 '22 23:05 danielt1263

Codecov Report

Merging #111 (363eeb7) into main (36e8564) will increase coverage by 0.06%. The diff coverage is 98.64%.

@@            Coverage Diff             @@
##             main     #111      +/-   ##
==========================================
+ Coverage   95.43%   95.49%   +0.06%     
==========================================
  Files          66       68       +2     
  Lines        3725     3799      +74     
==========================================
+ Hits         3555     3628      +73     
- Misses        170      171       +1     
Impacted Files Coverage Δ
Tests/UsingTests.swift 98.30% <98.30%> (ø)
Sources/Operators/Using.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 36e8564...363eeb7. Read the comment docs.

codecov[bot] avatar May 02 '22 23:05 codecov[bot]