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

chore: remove unused functions from legacy TreeColumns depth code #1282

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Dec 23, 2023

  • the legacy TreeColumns depth was removed in SlickGrid PR but some functions were missed and should be removed, they are getHeadersWidthL() and getHeadersWidthR() that are no longer referenced
  • found these unused functions while adding unit tests for SlickGrid

- the legacy TreeColumns depth was removed in PR #775 but some functions were missed and should be removed, they are `getHeadersWidthL()` and `getHeadersWidthR()`
- found these unused functions while adding unit tests for SlickGrid
Copy link

codecov bot commented Dec 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9cc6941) 88.0% compared to head (79366fa) 88.6%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1282     +/-   ##
========================================
+ Coverage    88.0%   88.6%   +0.6%     
========================================
  Files         198     198             
  Lines       21361   21340     -21     
  Branches     7109    7098     -11     
========================================
+ Hits        18791   18899    +108     
+ Misses       2570    2441    -129     

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

@ghiscoding ghiscoding merged commit 345a4de into master Dec 23, 2023
5 checks passed
@ghiscoding ghiscoding deleted the chore/remove-unused-column-header-width-fns branch December 23, 2023 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant