nfq-eta / react-typescript

React16 + HMR + typescript + webpack + tslint + tests
https://nfq-eta.github.io/react-typescript/
20 stars 4 forks source link

fix(hmr): fix HTR #38

Closed FDiskas closed 6 years ago

FDiskas commented 6 years ago

fix #37

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 61.86% when pulling 096fc3742b7e017beb63aa6dcfdc39d4646924aa on bugfix/37-hmr into a7e6eb2e4e5191833454a9e29d314d64107e97ad on master.

codecov[bot] commented 6 years ago

Codecov Report

Merging #38 into master will increase coverage by 4.29%. The diff coverage is 20.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   62.03%   66.32%   +4.29%     
==========================================
  Files          19       19              
  Lines         187      196       +9     
  Branches       20       20              
==========================================
+ Hits          116      130      +14     
+ Misses         71       66       -5
Impacted Files Coverage Δ
src/client/modules/checkbox/actions.tsx 100% <ø> (ø) :arrow_up:
src/client/core/constants.tsx 100% <ø> (ø) :arrow_up:
src/server/index.tsx 0% <0%> (ø) :arrow_up:
src/client/core/store.tsx 0% <0%> (ø) :arrow_up:
src/client/containers/AppContainer.tsx 96.66% <100%> (ø) :arrow_up:
...c/client/components/checkbox/CheckBoxComponent.tsx 100% <100%> (ø) :arrow_up:
src/client/core/routes.tsx 100% <0%> (+100%) :arrow_up:
src/client/core/initialState.tsx 100% <0%> (+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 a7e6eb2...62085e7. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+3.8%) to 65.625% when pulling 62085e7855d4b792d4d7a8f5cd5687293d100eec on bugfix/37-hmr into a7e6eb2e4e5191833454a9e29d314d64107e97ad on master.