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

Upgrade dependencies and webpack config #202

Closed tptee closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #202 into master will increase coverage by 0.01%. The diff coverage is 97.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #202      +/-   ##
==========================================
+ Coverage   98.27%   98.29%   +0.01%     
==========================================
  Files          19       19              
  Lines         232      234       +2     
==========================================
+ Hits          228      230       +2     
  Misses          4        4
Impacted Files Coverage Δ
src/environment/express-router.js 100% <ø> (ø) :arrow_up:
src/types.js 100% <ø> (ø) :arrow_up:
src/install.js 100% <ø> (ø) :arrow_up:
src/util/match-cache.js 100% <ø> (ø) :arrow_up:
src/environment/hash-router.js 100% <ø> (ø) :arrow_up:
src/actions.js 100% <ø> (ø) :arrow_up:
src/environment/hapi-router.js 100% <ø> (ø) :arrow_up:
src/components/fragment.js 97.77% <100%> (+0.1%) :arrow_up:
src/util/create-matcher.js 90.9% <100%> (-0.76%) :arrow_down:
src/util/normalize-href.js 100% <100%> (ø) :arrow_up:
... and 7 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 36d38d0...faf4eb7. Read the comment docs.