issues
search
kcl-lang
/
cli
The KCL Command Line Interface (CLI).
https://kcl-lang.io
Apache License 2.0
19
stars
14
forks
source link
feat: 'kcl mod pull' supports ModSpec
#163
Closed
zong-zhe
closed
3 weeks ago
zong-zhe
commented
3 weeks ago
1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):
[ ] N
[x] Y
re
https://github.com/kcl-lang/kpm/issues/289
2. What is the scope of this PR (e.g. component or file name):
3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):
[x] Affects user behaviors
[ ] Contains syntax changes
[ ] Contains variable changes
[ ] Contains experimental features
[ ] Performance regression: Consumes more CPU
[ ] Performance regression: Consumes more Memory
[ ] Other
4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):
[x] N
[ ] Y
5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:
[ ] Unit test
[x] Integration test
[ ] Benchmark (add benchmark stats below)
[ ] Manual test (add detailed scripts or steps below)
[ ] Other
coveralls
commented
3 weeks ago
Pull Request Test Coverage Report for
Build 11722188196
Details
0
of
0
changed or added relevant lines in
0
files are covered.
No unchanged relevant lines lost coverage.
Overall coverage remained the same at
14.63%
Totals
Change from base
Build 11715473375
:
0.0%
Covered Lines:
91
Relevant Lines:
622
💛 -
Coveralls
1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):
re https://github.com/kcl-lang/kpm/issues/289
2. What is the scope of this PR (e.g. component or file name):
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: