StevenLambion / SwiftDux

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

Add persistence support for macOS #16

Closed StevenLambion closed 4 years ago

StevenLambion commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #16 into master will decrease coverage by 0.15%. The diff coverage is 70%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
- Coverage   59.74%   59.58%   -0.16%     
==========================================
  Files          15       15              
  Lines         390      386       -4     
==========================================
- Hits          233      230       -3     
+ Misses        157      156       -1
Impacted Files Coverage Δ
...DuxExtras/Persistence/PersistStateMiddleware.swift 0% <0%> (ø) :arrow_up:
Sources/SwiftDux/Action/ActionPlan.swift 100% <100%> (ø) :arrow_up:
Sources/SwiftDux/State/OrderedState.swift 81.45% <57.14%> (+0.41%) :arrow_up:
Sources/SwiftDux/Store/Store.swift 94.11% <88.88%> (-0.17%) :arrow_down:

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 d0fcc6a...d457cfe. Read the comment docs.