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] Apply User Check Api #50

Closed saseungmin closed 3 years ago

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

Codecov Report

Merging #50 (19795b7) into main (3d0012c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #50   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           47        51    +4     
  Lines          453       498   +45     
  Branches        63        69    +6     
=========================================
+ Hits           453       498   +45     
Impacted Files Coverage Δ
src/recoil/auth/atom.js 100.00% <ø> (ø)
src/App.jsx 100.00% <100.00%> (ø)
src/components/auth/LoginForm.jsx 100.00% <100.00%> (ø)
src/components/auth/RegisterForm.jsx 100.00% <100.00%> (ø)
src/components/common/InjectTestingRecoilState.jsx 100.00% <100.00%> (ø)
src/components/common/LoadingSpinner.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/common/atom.js 100.00% <100.00%> (ø)
src/recoil/user/atom.js 100.00% <100.00%> (ø)
... and 9 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 3d0012c...19795b7. Read the comment docs.