saseungmin / Recoil_ToDo

Todo📆 application created using Recoil and React ⚛️
https://saseungmin.github.io/Recoil_ToDo/
MIT License
20 stars 1 forks source link

[Feature & Fix] Apply to Load Todo List with Api #59

Closed saseungmin closed 3 years ago

saseungmin commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #59 (a8a0dd0) into main (6013281) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #59   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           55        57    +2     
  Lines          568       593   +25     
  Branches        78        80    +2     
=========================================
+ Hits           568       593   +25     
Impacted Files Coverage Δ
fixtures/recoil-atom-state.js 100.00% <100.00%> (ø)
src/App.jsx 100.00% <100.00%> (ø)
src/components/common/InjectTestingRecoilState.jsx 100.00% <100.00%> (ø)
src/components/info-bar/TodoClearButton.jsx 100.00% <100.00%> (ø)
src/components/input/TodoInput.jsx 100.00% <100.00%> (ø)
src/components/todo/TodoItem.jsx 100.00% <100.00%> (ø)
src/components/todo/TodoItemView.jsx 100.00% <100.00%> (ø)
src/components/todo/TodoList.jsx 100.00% <100.00%> (ø)
src/recoil/todos/atom.js 100.00% <100.00%> (ø)
src/recoil/todos/withFilter.js 100.00% <100.00%> (ø)
... 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 6013281...a8a0dd0. Read the comment docs.