FormidableLabs / redux-little-router

A tiny router for Redux that lets the URL do the talking.
MIT License
1.04k stars 114 forks source link

Provide flow types + a little housekeeping #257

Closed tptee closed 6 years ago

tptee commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #257 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #257      +/-   ##
==========================================
- Coverage   99.43%   99.43%   -0.01%     
==========================================
  Files          28       28              
  Lines         357      354       -3     
==========================================
- Hits          355      352       -3     
  Misses          2        2
Impacted Files Coverage Δ
src/immutable/components/props-to-js.js 100% <100%> (ø) :arrow_up:
src/reducer.js 100% <100%> (ø) :arrow_up:
src/enhancer.js 100% <100%> (ø) :arrow_up:
src/components/fragment.js 97.82% <100%> (ø) :arrow_up:
src/util/normalize-href.js 100% <100%> (ø) :arrow_up:
src/components/link.js 100% <100%> (ø) :arrow_up:
src/immutable/components/fragment.js 100% <100%> (ø) :arrow_up:

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 d7b0643...df934ee. Read the comment docs.