miquido / futura

Asynchronous Swift made easy. The project was made by Miquido. https://www.miquido.com/
Apache License 2.0
33 stars 3 forks source link

fixing flatMaps #35

Closed kaqu closed 5 years ago

kaqu commented 5 years ago

yes... those were not correct -> added flatMapLatest and fixed base flatMap

codecov-io commented 5 years ago

Codecov Report

Merging #35 into master will increase coverage by 0.4%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #35     +/-   ##
=======================================
+ Coverage   99.59%   100%   +0.4%     
=======================================
  Files          19     20      +1     
  Lines         491    522     +31     
=======================================
+ Hits          489    522     +33     
+ Misses          2      0      -2
Impacted Files Coverage Δ
Sources/Futura/Signal/Signal+Forward.swift 100% <ø> (ø)
Sources/Futura/Signal/Signal+Map.swift 100% <ø> (ø)
Sources/Futura/Signal/Signal+FutureFlatMap.swift 100% <ø> (ø)
Sources/Futura/Signal/Signal+Switch.swift 100% <ø> (ø)
Sources/Futura/Signal/Signal+Filter.swift 100% <ø> (ø)
Sources/Futura/Signal/Signal+Merge.swift 100% <ø> (ø)
Sources/Futura/Signal/Signal+Catch.swift 100% <ø> (ø)
Sources/Futura/Signal/Signal.swift 100% <100%> (+2.98%) :arrow_up:
Sources/Futura/Signal/Signal+FlatMapLatest.swift 100% <100%> (ø)
Sources/Futura/Signal/Signal+FlatMap.swift 100% <100%> (ø)
... and 2 more

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 bdfc345...f2af975. Read the comment docs.