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

[PUI] Table refactor #8395

Merged
merged 11 commits into from
Oct 31, 2024

Merge branch 'master' into table-refactor

5c41601
Select commit
Loading
Failed to load commit list.
Merged

[PUI] Table refactor #8395

Merge branch 'master' into table-refactor
5c41601
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2024 in 0s

84.29% (target 82.00%)

View this Pull Request on Codecov

84.29% (target 82.00%)

Details

Codecov Report

Attention: Patch coverage is 52.00000% with 36 lines in your changes missing coverage. Please review.

Project coverage is 84.29%. Comparing base (913a05c) to head (5c41601).

Files with missing lines Patch % Lines
src/frontend/src/tables/InvenTreeTableHeader.tsx 41.86% 21 Missing and 4 partials ⚠️
src/frontend/src/tables/InvenTreeTable.tsx 62.96% 8 Missing and 2 partials ⚠️
src/frontend/src/hooks/UseTable.tsx 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8395      +/-   ##
==========================================
- Coverage   84.39%   84.29%   -0.11%     
==========================================
  Files        1167     1168       +1     
  Lines       53230    53249      +19     
  Branches     1972     1978       +6     
==========================================
- Hits        44923    44885      -38     
- Misses       7814     7874      +60     
+ Partials      493      490       -3     

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