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

Project structure #239

Closed mkermani144 closed 6 years ago

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

Codecov Report

Merging #239 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #239   +/-   ##
=======================================
  Coverage   83.21%   83.21%           
=======================================
  Files          37       37           
  Lines         429      429           
  Branches       35       35           
=======================================
  Hits          357      357           
  Misses         68       68           
  Partials        4        4
Impacted Files Coverage Δ
src/Help/Help.js 100% <ø> (ø)
src/FAB/NewIdeaDialog.js 100% <ø> (ø)
src/FAB/actionCreators.js 100% <ø> (ø)
src/Task/lib/cumulate.js 100% <ø> (ø)
src/Task/Task.js 100% <ø> (ø)
src/App.js 0% <ø> (ø)
src/Task/lib/classify.js 100% <ø> (ø)
src/Task/EditTaskDialog.js 100% <ø> (ø)
src/lib/testUtils.js 100% <ø> (ø)
src/Idea/ConvertIdeaDialog.js 100% <ø> (ø)
... and 27 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 ddeba44...57b628c. Read the comment docs.