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] Create theme mode button #80

Closed saseungmin closed 3 years ago

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

Codecov Report

Merging #80 (1468726) into main (959d4d5) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #80   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           68        71    +3     
  Lines          558       585   +27     
  Branches        67        71    +4     
=========================================
+ Hits           558       585   +27     
Impacted Files Coverage Δ
src/App.jsx 100.00% <ø> (ø)
src/components/info-bar/TodoStats.jsx 100.00% <ø> (ø)
src/components/common/InjectTestingRecoilState.jsx 100.00% <100.00%> (ø)
src/components/common/ToggleThemeButton.jsx 100.00% <100.00%> (ø)
src/recoil/common/atom.js 100.00% <100.00%> (ø)
src/recoil/common/withThemeChange.js 100.00% <100.00%> (ø)
src/utils/constants/atomKey.js 100.00% <100.00%> (ø)
src/utils/constants/theme.js 100.00% <100.00%> (ø)
src/utils/utils.js 100.00% <100.00%> (ø)
... and 2 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 959d4d5...1468726. Read the comment docs.