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 & Refactoring] Add Todo Success Message #65

Closed saseungmin closed 3 years ago

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

Codecov Report

Merging #65 (5732451) into main (f36e264) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #65   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           61        62    +1     
  Lines          635       641    +6     
  Branches        84        85    +1     
=========================================
+ Hits           635       641    +6     
Impacted Files Coverage Δ
fixtures/recoil-atom-state.js 100.00% <ø> (ø)
src/App.jsx 100.00% <ø> (ø)
src/hooks/useRemoveCallback.js 100.00% <ø> (ø)
src/recoil/todos/atom.js 100.00% <ø> (ø)
src/utils/utils.js 100.00% <ø> (ø)
src/components/auth/LoginForm.jsx 100.00% <100.00%> (ø)
src/components/auth/RegisterForm.jsx 100.00% <100.00%> (ø)
src/components/common/TodoStatusSnackbar.jsx 100.00% <100.00%> (ø)
src/components/input/TodoInput.jsx 100.00% <100.00%> (ø)
src/utils/constants/messages.js 100.00% <100.00%> (ø)
... and 3 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 f36e264...5732451. Read the comment docs.