[
https://issues.apache.org/jira/browse/KYLIN-4863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070028#comment-18070028
]
ASF GitHub Bot commented on KYLIN-4863:
---------------------------------------
codecov-commenter commented on PR #1597:
URL: https://github.com/apache/kylin/pull/1597#issuecomment-4164520143
##
[Codecov](https://app.codecov.io/gh/apache/kylin/pull/1597?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 25.41%. 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
([`b461df0`](https://app.codecov.io/gh/apache/kylin/commit/b461df0d90733d5cf8bfb7ffa084e31ef917a61e?dropdown=coverage&el=desc&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 #1597 +/- ##
============================================
- Coverage 25.42% 25.41% -0.01%
+ Complexity 6765 6764 -1
============================================
Files 1508 1508
Lines 93918 93921 +3
Branches 13158 13159 +1
============================================
- Hits 23877 23870 -7
- Misses 67662 67669 +7
- Partials 2379 2382 +3
```
</details>
[:umbrella: View full report in Codecov by
Sentry](https://app.codecov.io/gh/apache/kylin/pull/1597?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>
> dependency cache script files not fully used
> --------------------------------------------
>
> Key: KYLIN-4863
> URL: https://issues.apache.org/jira/browse/KYLIN-4863
> Project: Kylin
> Issue Type: Improvement
> Components: Environment
> Affects Versions: v3.1.1
> Reporter: Huajie Wang
> Assignee: Huajie Wang
> Priority: Minor
> Fix For: v3.1.2
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> kylin startup-related scripts will generate dependent cache scripts at the
> first startup to speed up the second startup. Now it is found that the
> dependent cache scripts are not fully utilized. Only some scripts use this
> file. It is recommended to use this file globally to speed up the startup
> again, and it is recommended that the generated cache file start with ".", so
> that dependent cache scripts are not directly visible
--
This message was sent by Atlassian Jira
(v8.20.10#820010)