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: Add alt+click shortcut to copy cell and column headers #1694

Merged
merged 6 commits into from
Dec 22, 2023

Add unit test to IrisGridCopyHander

1eb45ec
Select commit
Loading
Failed to load commit list.
Merged

feat: Add alt+click shortcut to copy cell and column headers #1694

Add unit test to IrisGridCopyHander
1eb45ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 22, 2023 in 0s

46.65% (-0.09%) compared to 9d519e1

View this Pull Request on Codecov

46.65% (-0.09%) compared to 9d519e1

Details

Codecov Report

Attention: 52 lines in your changes are missing coverage. Please review.

Comparison is base (9d519e1) 46.74% compared to head (1eb45ec) 46.65%.
Report is 2 commits behind head on main.

Files Patch % Lines
.../src/mousehandlers/IrisGridCopyCellMouseHandler.ts 15.38% 22 Missing ⚠️
packages/iris-grid/src/IrisGrid.tsx 23.52% 13 Missing ⚠️
packages/iris-grid/src/IrisGridCopyHandler.tsx 83.33% 7 Missing ⚠️
packages/grid/src/Grid.tsx 55.55% 4 Missing ⚠️
...d/src/mousehandlers/IrisGridContextMenuHandler.tsx 0.00% 4 Missing ⚠️
packages/grid/src/KeyHandler.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1694      +/-   ##
==========================================
- Coverage   46.74%   46.65%   -0.09%     
==========================================
  Files         606      607       +1     
  Lines       36762    36945     +183     
  Branches     9227     9294      +67     
==========================================
+ Hits        17184    17238      +54     
- Misses      19526    19655     +129     
  Partials       52       52              

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