StevenLambion / SwiftDux

Predictable state management for SwiftUI applications.
http://stevenlambion.github.io/SwiftDux
MIT License
153 stars 10 forks source link

Added a more comprehensive Middleware API #25

Closed StevenLambion closed 4 years ago

StevenLambion commented 4 years ago

Work Performed

codecov-io commented 4 years ago

Codecov Report

Merging #25 into master will increase coverage by 4.98%. The diff coverage is 77.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   72.59%   77.57%   +4.98%     
==========================================
  Files          16       19       +3     
  Lines         467      486      +19     
==========================================
+ Hits          339      377      +38     
+ Misses        128      109      -19
Impacted Files Coverage Δ
Sources/SwiftDux/Store/StoreProxy.swift 100% <ø> (+14.28%) :arrow_up:
Sources/SwiftDux/Middleware/Middleware.swift 100% <100%> (ø)
Sources/SwiftDux/Store/Store.swift 94% <100%> (ø) :arrow_up:
...s/SwiftDux/Middleware/HandleActionMiddleware.swift 100% <100%> (ø)
Sources/SwiftDux/Middleware/TypedMiddleware.swift 44.44% <44.44%> (ø)
...DuxExtras/Persistence/PersistStateMiddleware.swift 79.16% <79.16%> (+79.16%) :arrow_up:
Sources/SwiftDuxExtras/PrintActionMiddleware.swift 70% <87.5%> (-7.78%) :arrow_down:
... and 3 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 7abb499...e09ea1b. Read the comment docs.