kcl-lang / kcl

KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io
https://kcl-lang.io
Apache License 2.0
1.41k stars 110 forks source link

feat: lsp completion for external pkg in kcl.mod #1448

Closed He1pa closed 6 days ago

He1pa commented 6 days ago

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

2. What is the scope of this PR (e.g. component or file name):

kclvm/tools/src/LSP/src/completion.rs

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

coveralls commented 6 days ago

Pull Request Test Coverage Report for Build 9692290017

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
kclvm/tools/src/LSP/src/completion.rs 134 136 98.53%
kclvm/driver/src/lib.rs 12 17 70.59%
<!-- Total: 208 215 96.74% -->
Files with Coverage Reduction New Missed Lines %
kclvm/tools/src/LSP/src/completion.rs 12 91.6%
<!-- Total: 12 -->
Totals Coverage Status
Change from base Build 9681379615: 0.03%
Covered Lines: 55963
Relevant Lines: 78302

💛 - Coveralls
coveralls commented 6 days ago

Pull Request Test Coverage Report for Build 9692290017

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
kclvm/tools/src/LSP/src/completion.rs 134 136 98.53%
kclvm/driver/src/lib.rs 12 17 70.59%
<!-- Total: 208 215 96.74% -->
Files with Coverage Reduction New Missed Lines %
kclvm/tools/src/LSP/src/completion.rs 12 91.6%
<!-- Total: 12 -->
Totals Coverage Status
Change from base Build 9681379615: 0.03%
Covered Lines: 55963
Relevant Lines: 78302

💛 - Coveralls