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] To-Do input with api recoil #58

Closed saseungmin closed 3 years ago

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

Codecov Report

Merging #58 (c403157) into main (486e34e) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #58   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           52        55    +3     
  Lines          524       568   +44     
  Branches        73        78    +5     
=========================================
+ Hits           524       568   +44     
Impacted Files Coverage Δ
src/components/input/TodoInput.jsx 100.00% <100.00%> (ø)
src/recoil/todos/atom.js 100.00% <100.00%> (ø)
src/recoil/todos/withTodosHandle.js 100.00% <100.00%> (ø)
src/recoil/todos/withWrite.js 100.00% <100.00%> (ø)
src/services/api/todos.js 100.00% <100.00%> (ø)
src/utils/constants/atomKey.js 100.00% <100.00%> (ø)
src/utils/constants/url.js 100.00% <100.00%> (ø)
src/utils/recoil/statusHandling.js 100.00% <100.00%> (ø)
src/utils/utils.js 100.00% <100.00%> (ø)
... and 2 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 486e34e...c403157. Read the comment docs.