Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: more api and examples #352

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

Peefy
Copy link
Contributor

@Peefy Peefy commented Jul 17, 2024

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

  • N
  • Y
  • feat: more api and examples

Signed-off-by: peefy <xpf6677@163.com>
@Peefy Peefy force-pushed the feat-more-api-and-examples branch from 21bced8 to 5c00c1e Compare July 17, 2024 13:00
@Peefy Peefy merged commit 3b45c36 into kcl-lang:main Jul 17, 2024
8 of 9 checks passed
@coveralls
Copy link

Pull Request Test Coverage Report for Build 9974711504

Details

  • 45 of 456 (9.87%) changed or added relevant lines in 15 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.1%) to 32.797%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/native/client.go 0 3 0.0%
pkg/service/grpc_server.go 0 3 0.0%
pkg/loader/options.go 0 4 0.0%
pkg/loader/package.go 0 4 0.0%
pkg/loader/variables.go 0 4 0.0%
pkg/parser/parser.go 0 4 0.0%
pkg/tools/module/module.go 0 4 0.0%
pkg/service/rest_server.go 2 7 28.57%
pkg/service/client_kclvm_service.go 0 6 0.0%
pkg/kcl/version.go 0 7 0.0%
Files with Coverage Reduction New Missed Lines %
pkg/spec/gpyrpc/gpyrpc.pb.go 2 3.88%
Totals Coverage Status
Change from base Build 9917678853: -0.1%
Covered Lines: 5685
Relevant Lines: 17334

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support Go API for GetSchemaTypeMapping
2 participants