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

fix(layout): 修复在紧凑模式列头宽度未按文本自适应 close #2385 #2392

Merged
merged 2 commits into from
Oct 27, 2023

chore: 还原配置

0e31107
Select commit
Loading
Failed to load commit list.
Merged

fix(layout): 修复在紧凑模式列头宽度未按文本自适应 close #2385 #2392

chore: 还原配置
0e31107
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 26, 2023 in 0s

76.83% (+0.34%) compared to 1adc25d

View this Pull Request on Codecov

76.83% (+0.34%) compared to 1adc25d

Details

Codecov Report

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

Comparison is base (1adc25d) 76.48% compared to head (0e31107) 76.83%.
Report is 75 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2392      +/-   ##
==========================================
+ Coverage   76.48%   76.83%   +0.34%     
==========================================
  Files         240      241       +1     
  Lines       12312    12596     +284     
  Branches     2630     2705      +75     
==========================================
+ Hits         9417     9678     +261     
+ Misses       1377     1349      -28     
- Partials     1518     1569      +51     
Files Coverage Δ
packages/s2-core/src/cell/base-cell.ts 82.22% <ø> (-0.23%) ⬇️
packages/s2-core/src/cell/col-cell.ts 89.18% <ø> (-0.02%) ⬇️
packages/s2-core/src/cell/row-cell.ts 73.94% <100.00%> (+0.61%) ⬆️
packages/s2-core/src/cell/table-col-cell.ts 86.53% <ø> (+4.72%) ⬆️
...ackages/s2-core/src/common/constant/interaction.ts 100.00% <ø> (ø)
packages/s2-core/src/common/icons/gui-icon.ts 86.00% <100.00%> (-2.89%) ⬇️
packages/s2-core/src/data-set/base-data-set.ts 94.11% <100.00%> (+0.56%) ⬆️
...s2-core/src/data-set/custom-tree-pivot-data-set.ts 94.11% <100.00%> (+0.17%) ⬆️
packages/s2-core/src/data-set/table-data-set.ts 74.02% <ø> (-0.65%) ⬇️
...-core/src/facet/layout/build-row-tree-hierarchy.ts 80.64% <100.00%> (ø)
... and 47 more

... and 5 files with indirect coverage changes

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