byte-fe / react-model

The next generation state management library for React
235 stars 22 forks source link

feat(store): new store scope: context (default option for concurrent) #186

Open ArrayZoneYour opened 2 years ago

ArrayZoneYour commented 2 years ago

re #183

codecov[bot] commented 2 years ago

Codecov Report

Merging #186 (f618b27) into main (ecb69f8) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #186   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          421       465   +44     
  Branches       112       129   +17     
=========================================
+ Hits           421       465   +44     
Impacted Files Coverage Δ
src/global.ts 100.00% <100.00%> (ø)
src/index.tsx 100.00% <100.00%> (ø)
src/middlewares.ts 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 ecb69f8...f618b27. Read the comment docs.