Closed kaqu closed 5 years ago
Merging #35 into master will increase coverage by
0.4%
. The diff coverage is100%
.
@@ 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.
yes... those were not correct -> added flatMapLatest and fixed base flatMap