[
https://issues.apache.org/jira/browse/KYLIN-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070982#comment-18070982
] ASF GitHub Bot commented on KYLIN-4948: --------------------------------------- codecov-commenter commented on PR #1624: URL: https://github.com/apache/kylin/pull/1624#issuecomment-4186285257 ## [Codecov](https://app.codecov.io/gh/apache/kylin/pull/1624?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report :x: Patch coverage is `0%` with `34 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 25.33%. Comparing base ([`0250081`](https://app.codecov.io/gh/apache/kylin/commit/02500818d85955b1125340eaa19ab88a634a5181?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`1c94305`](https://app.codecov.io/gh/apache/kylin/commit/1c9430567834a44cf2dbe46f929f8ae01f9edaf9?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). | [Files with missing lines](https://app.codecov.io/gh/apache/kylin/pull/1624?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...g/apache/kylin/rest/controller/CubeController.java](https://app.codecov.io/gh/apache/kylin/pull/1624?src=pr&el=tree&filepath=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Fcontroller%2FCubeController.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2VydmVyLWJhc2Uvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3Jlc3QvY29udHJvbGxlci9DdWJlQ29udHJvbGxlci5qYXZh) | 0.00% | [27 Missing :warning: ](https://app.codecov.io/gh/apache/kylin/pull/1624?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | | [...apache/kylin/rest/request/JobOptimizeRequest2.java](https://app.codecov.io/gh/apache/kylin/pull/1624?src=pr&el=tree&filepath=server-base%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Frest%2Frequest%2FJobOptimizeRequest2.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c2VydmVyLWJhc2Uvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2t5bGluL3Jlc3QvcmVxdWVzdC9Kb2JPcHRpbWl6ZVJlcXVlc3QyLmphdmE=) | 0.00% | [7 Missing :warning: ](https://app.codecov.io/gh/apache/kylin/pull/1624?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## master #1624 +/- ## ============================================ - Coverage 25.42% 25.33% -0.10% + Complexity 6765 6763 -2 ============================================ Files 1508 1510 +2 Lines 93918 94257 +339 Branches 13158 13209 +51 ============================================ Hits 23877 23877 - Misses 67662 68000 +338 - Partials 2379 2380 +1 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/kylin/pull/1624?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. - :package: [JS Bundle Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save yourself from yourself by tracking and limiting bundle sizes in JS merges. </details> > Provide an API to allow users to adjust cuboids manually > -------------------------------------------------------- > > Key: KYLIN-4948 > URL: https://issues.apache.org/jira/browse/KYLIN-4948 > Project: Kylin > Issue Type: New Feature > Components: REST Service > Reporter: JiangYang > Assignee: JiangYang > Priority: Minor > Fix For: v4.0.0, v3.1.3 > > > This API should include the following info: > * Cuboids added > * Cuboids removed -- This message was sent by Atlassian Jira (v8.20.10#820010)
