mkermani144 / wanna

💡✔ Wanna is an implementation of a 21st-century to-do list app.
https://wanna.js.org
MIT License
198 stars 30 forks source link

Move app constants into a separate module #258

Closed mkermani144 closed 6 years ago

mkermani144 commented 6 years ago

Closes #234.

codecov[bot] commented 6 years ago

Codecov Report

Merging #258 into master will increase coverage by 0.55%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #258      +/-   ##
==========================================
+ Coverage   81.57%   82.13%   +0.55%     
==========================================
  Files          40       41       +1     
  Lines         418      431      +13     
  Branches       38       38              
==========================================
+ Hits          341      354      +13     
  Misses         67       67              
  Partials       10       10
Impacted Files Coverage Δ
src/Task/TaskList.js 82.75% <ø> (ø) :arrow_up:
src/FAB/FAB.js 100% <ø> (ø) :arrow_up:
src/reducers/appUI.js 100% <ø> (ø) :arrow_up:
src/Sidebar/Sidebar.js 100% <ø> (ø) :arrow_up:
src/Idea/IdeaList.js 82.14% <ø> (ø) :arrow_up:
src/Settings/Settings.js 100% <ø> (ø) :arrow_up:
src/Help/Help.js 100% <ø> (ø) :arrow_up:
src/FAB/lib/calculateBottom.js 100% <100%> (ø) :arrow_up:
src/lib/constants.js 100% <100%> (ø)

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 9a477d1...8536563. Read the comment docs.