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 input onChange using recoil selector #40

Closed saseungmin closed 3 years ago

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

Codecov Report

Merging #40 (0c7181b) into main (b51a249) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           33        34    +1     
  Lines          278       286    +8     
  Branches        40        40           
=========================================
+ Hits           278       286    +8     
Impacted Files Coverage Δ
src/components/auth/AuthModalForm.jsx 100.00% <ø> (ø)
src/components/auth/AuthInput.jsx 100.00% <100.00%> (ø)
src/recoil/auth/withFields.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 b51a249...0c7181b. Read the comment docs.