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: 交叉表支持冻结首行能力 #2419

Merged
merged 5 commits into from
Nov 17, 2023

fix: test case optimize

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

feat: 交叉表支持冻结首行能力 #2419

fix: test case optimize
1b32ad3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 17, 2023 in 1s

76.79% (+0.31%) compared to 1adc25d

View this Pull Request on Codecov

76.79% (+0.31%) compared to 1adc25d

Details

Codecov Report

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

Comparison is base (1adc25d) 76.48% compared to head (1b32ad3) 76.79%.
Report is 90 commits behind head on master.

Files Patch % Lines
packages/s2-core/src/facet/frozen-facet.ts 82.58% 2 Missing and 33 partials ⚠️
packages/s2-core/src/facet/pivot-facet.ts 76.34% 3 Missing and 19 partials ⚠️
packages/s2-core/src/data-set/pivot-data-set.ts 72.85% 2 Missing and 17 partials ⚠️
packages/s2-core/src/utils/text.ts 50.00% 7 Missing ⚠️
...ckages/s2-core/src/facet/header/base-frozen-row.ts 85.71% 0 Missing and 6 partials ⚠️
...mponents/sheets/editable-sheet/edit-cell/index.tsx 50.00% 5 Missing and 1 partial ⚠️
...s/s2-core/src/facet/layout/build-gird-hierarchy.ts 85.29% 1 Missing and 4 partials ⚠️
packages/s2-core/src/facet/base-facet.ts 84.61% 1 Missing and 3 partials ⚠️
...act/src/components/sheets/editable-sheet/index.tsx 33.33% 3 Missing and 1 partial ⚠️
packages/s2-core/src/facet/header/frozen-row.ts 78.57% 0 Missing and 3 partials ⚠️
... and 31 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2416      +/-   ##
==========================================
+ Coverage   76.48%   76.79%   +0.31%     
==========================================
  Files         240      247       +7     
  Lines       12312    12835     +523     
  Branches     2630     2760     +130     
==========================================
+ Hits         9417     9857     +440     
+ Misses       1377     1359      -18     
- Partials     1518     1619     +101     

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