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] Auth Recoil Selector #49

Closed saseungmin closed 3 years ago

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

Codecov Report

Merging #49 (fda2844) into main (4c817dc) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #49   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           44        47    +3     
  Lines          466       453   -13     
  Branches        63        63           
=========================================
- Hits           466       453   -13     
Impacted Files Coverage Δ
src/components/footer/Footer.jsx 100.00% <ø> (ø)
src/utils/recoil/recoilLoadable.js 100.00% <ø> (ø)
src/components/auth/LoginForm.jsx 100.00% <100.00%> (ø)
src/components/auth/RegisterForm.jsx 100.00% <100.00%> (ø)
src/components/footer/ExternalLink.jsx 100.00% <100.00%> (ø)
src/components/user-info/UserStatus.jsx 100.00% <100.00%> (ø)
src/recoil/auth/withAuthHandle.js 100.00% <100.00%> (ø)
src/recoil/auth/withLogin.js 100.00% <100.00%> (ø)
src/recoil/auth/withLogout.js 100.00% <100.00%> (ø)
src/recoil/auth/withRegister.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 4c817dc...fda2844. Read the comment docs.