saseungmin / Recoil_ToDo

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

[Fix] Auth Check Logic #73

Closed saseungmin closed 3 years ago

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

Codecov Report

Merging #73 (2eaf80e) into main (dc7c1d1) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #73   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           67        67           
  Lines          577       549   -28     
  Branches        72        67    -5     
=========================================
- Hits           577       549   -28     
Impacted Files Coverage Δ
src/components/auth/LoginForm.jsx 100.00% <ø> (ø)
src/components/auth/RegisterForm.jsx 100.00% <ø> (ø)
src/components/common/AuthStatusSnackbar.jsx 100.00% <ø> (ø)
src/components/common/InjectTestingRecoilState.jsx 100.00% <ø> (ø)
src/hooks/useAuthCallback.js 100.00% <ø> (ø)
src/utils/constants/atomKey.js 100.00% <ø> (ø)
src/utils/utils.js 100.00% <ø> (ø)
src/components/auth/AuthModalForm.jsx 100.00% <100.00%> (ø)
src/components/user-info/UserStatus.jsx 100.00% <100.00%> (ø)
src/hooks/useCheckCallback.js 100.00% <100.00%> (ø)
... and 4 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 dc7c1d1...2eaf80e. Read the comment docs.