Skip to content

chore: Add unit tests for column group resize width distribution

b0a1437
Select commit
Loading
Failed to load commit list.
Open

feat: Table Column Groups Table #4482

chore: Add unit tests for column group resize width distribution
b0a1437
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 21, 2026 in 0s

97.39% (target 90.00%)

View this Pull Request on Codecov

97.39% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 95.28487% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.39%. Comparing base (f493264) to head (b0a1437).
⚠️ Report is 28 commits behind head on main.

Files with missing lines Patch % Lines
src/table/thead.tsx 91.79% 11 Missing ⚠️
src/table/use-column-widths.tsx 89.65% 6 Missing ⚠️
src/table/table-role/utils.ts 94.11% 3 Missing ⚠️
src/table/column-groups/utils.ts 99.20% 1 Missing ⚠️
src/table/header-cell/group-header-cell.tsx 95.83% 1 Missing ⚠️
src/table/sticky-scrolling.ts 0.00% 1 Missing ⚠️
src/table/table-role/grid-navigation.tsx 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4482      +/-   ##
==========================================
- Coverage   97.41%   97.39%   -0.03%     
==========================================
  Files         933      942       +9     
  Lines       29595    30094     +499     
  Branches    10757    10969     +212     
==========================================
+ Hits        28831    29309     +478     
- Misses        716      778      +62     
+ Partials       48        7      -41     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.