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: add flag --insecure-skip-tls-verify
#145
Closed
zong-zhe
closed
1 month ago
zong-zhe
commented
1 month 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/408
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:
[x] Unit test
[ ] Integration test
[ ] Benchmark (add benchmark stats below)
[ ] Manual test (add detailed scripts or steps below)
[ ] Other
coveralls
commented
1 month ago
Pull Request Test Coverage Report for
Build 10827406030
Details
1
of
1
(100.0%)
changed or added relevant line in
1
file are covered.
No unchanged relevant lines lost coverage.
Overall coverage increased (+
0.3%
) to
14.63%
Totals
Change from base
Build 10772440097
:
0.3%
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/408
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: