Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Checkbox component #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Add Checkbox component

bff4f55
Select commit
Loading
Failed to load commit list.
Open

Add Checkbox component #36

Add Checkbox component
bff4f55
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 14, 2025 in 0s

82.19% (+0.08%) compared to 0fed267

View this Pull Request on Codecov

82.19% (+0.08%) compared to 0fed267

Details

Codecov Report

Attention: Patch coverage is 94.11765% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.19%. Comparing base (0fed267) to head (bff4f55).

Files with missing lines Patch % Lines
src/index.ts 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   82.12%   82.19%   +0.08%     
==========================================
  Files         141      143       +2     
  Lines        2846     2863      +17     
  Branches      340      341       +1     
==========================================
+ Hits         2337     2353      +16     
- Misses        488      489       +1     
  Partials       21       21              
Files with missing lines Coverage Δ
src/components/Checkbox/Checkbox.tsx 100.00% <100.00%> (ø)
src/components/Checkbox/index.tsx 100.00% <100.00%> (ø)
src/index.ts 0.00% <0.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0fed267...bff4f55. Read the comment docs.