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

feat: selectors: adds checkbox indeterminate state and selector pill variants #694

Merge branch 'main' into dkilgore-eightfold/add-selector-variants

86a87db
Select commit
Loading
Failed to load commit list.
Merged

feat: selectors: adds checkbox indeterminate state and selector pill variants #694

Merge branch 'main' into dkilgore-eightfold/add-selector-variants
86a87db
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 24, 2023 in 0s

85.14% (+0.01%) compared to c9010ea

View this Pull Request on Codecov

85.14% (+0.01%) compared to c9010ea

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (c9010ea) 85.12% compared to head (86a87db) 85.14%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #694      +/-   ##
==========================================
+ Coverage   85.12%   85.14%   +0.01%     
==========================================
  Files         881      881              
  Lines       17947    17971      +24     
  Branches     6442     6460      +18     
==========================================
+ Hits        15278    15302      +24     
  Misses       2597     2597              
  Partials       72       72              
Files Changed Coverage Δ
src/components/Progress/Internal/OcCircle.tsx 98.82% <ø> (ø)
src/components/CheckBox/CheckBox.tsx 95.31% <100.00%> (+1.31%) ⬆️
src/components/CheckBox/CheckBoxGroup.tsx 69.76% <100.00%> (+1.47%) ⬆️
src/components/RadioButton/RadioButton.tsx 91.93% <100.00%> (+0.86%) ⬆️
src/components/RadioButton/RadioGroup.tsx 90.90% <100.00%> (+0.58%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.