saseungmin / Recoil_ToDo

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

[Refactoring] Change auth logic with use recoil callback #72

Closed saseungmin closed 3 years ago

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

Codecov Report

Merging #72 (50d0277) into main (d8d658b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #72   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           68        67    -1     
  Lines          618       577   -41     
  Branches        75        72    -3     
=========================================
- Hits           618       577   -41     
Impacted Files Coverage Δ
fixtures/recoil-atom-state.js 100.00% <ø> (ø)
src/App.jsx 100.00% <ø> (ø)
src/hooks/useWriteCallback.js 100.00% <ø> (ø)
src/recoil/auth/atom.js 100.00% <ø> (ø)
src/recoil/auth/withLogin.js 100.00% <ø> (ø)
src/recoil/auth/withRegister.js 100.00% <ø> (ø)
src/utils/constants/messages.js 100.00% <ø> (ø)
src/components/auth/LoginForm.jsx 100.00% <100.00%> (ø)
src/components/auth/RegisterForm.jsx 100.00% <100.00%> (ø)
src/components/common/AuthStatusSnackbar.jsx 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 d8d658b...50d0277. Read the comment docs.