brunocodutra / reducer

A predictable reactive framework for Rust apps inspired by Redux
https://crates.io/crates/reducer
MIT License
58 stars 1 forks source link

Replace smol by tokio #168

Closed brunocodutra closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #168 (43c959d) into master (e242fc5) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #168   +/-   ##
=======================================
  Coverage   99.44%   99.45%           
=======================================
  Files          15       15           
  Lines         361      366    +5     
=======================================
+ Hits          359      364    +5     
  Misses          2        2           
Impacted Files Coverage Δ
src/dispatcher/sink.rs 100.00% <100.00%> (ø)
src/dispatcher/store.rs 100.00% <100.00%> (ø)
src/reactor/sink.rs 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 e242fc5...43c959d. Read the comment docs.

merqurio commented 2 years ago

This is awesome !!! Thanks @brunocodutra ! such a nice project ! 👏

brunocodutra commented 2 years ago

@merqurio glad you find it useful!