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 & Fix] Apply cookie and Change Auth logic #71

Closed saseungmin closed 3 years ago

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

Codecov Report

Merging #71 (f3f911c) into main (5a15186) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #71   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           67        68    +1     
  Lines          634       618   -16     
  Branches        77        75    -2     
=========================================
- Hits           634       618   -16     
Impacted Files Coverage Δ
src/components/user-info/UserStatus.jsx 100.00% <100.00%> (ø)
src/hooks/useCheckCallback.js 100.00% <100.00%> (ø)
src/recoil/auth/withLogout.js 100.00% <100.00%> (ø)
src/services/api/auth.js 100.00% <100.00%> (ø)
src/services/api/client.js 100.00% <100.00%> (ø)
src/services/cookie.js 100.00% <100.00%> (ø)
src/utils/recoil/statusHandling.js 100.00% <100.00%> (ø)
src/utils/utils.js 100.00% <100.00%> (ø)

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 5a15186...f3f911c. Read the comment docs.