Closed lijinke666 closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
antvis-s2 | ❌ Failed (Inspect) | Jul 15, 2024 9:05am |
Size Change: +70 B (+0.02%)
Total Size: 326 kB
Filename | Size | Change |
---|---|---|
./packages/s2-core/dist/index.min.js |
228 kB | +70 B (+0.03%) |
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。
Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it.
Attention: Patch coverage is 80.00000%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 80.57%. Comparing base (
ecdc9c8
) to head (84cb88b
). Report is 409 commits behind head on next.
Files | Patch % | Lines |
---|---|---|
packages/s2-core/src/facet/table-facet.ts | 66.66% | 1 Missing and 1 partial :warning: |
...kages/s2-core/src/interaction/row-column-resize.ts | 0.00% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version @antv/s2-v2.0.0-next.26 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version @antv/s2-react-v2.0.0-next.25 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
👀 PR includes
🎨 Enhance
📝 Description
cellMeta
中都包含query/rowQuery/colQuery
. 避免造成用户困扰 (eg https://github.com/antvis/S2/issues/2816), 透视表用 query, 明细表用 rowIndex, 统一查询都用 query 的心智.透视表:
明细表:
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge