kcl-lang / kcl-go

KCL Go SDK
https://pkg.go.dev/kcl-lang.io/kcl-go@main
Apache License 2.0
49 stars 25 forks source link

feat: add build flag for native service #350

Closed Peefy closed 2 months ago

Peefy commented 2 months ago

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

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9900652962

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/service/grpc_server.go 0 1 0.0%
pkg/tools/testing/testing.go 0 2 0.0%
pkg/tools/validate/validate.go 4 6 66.67%
pkg/service/client_kclvm_service.go 3 9 33.33%
<!-- Total: 40 51 78.43% -->
Files with Coverage Reduction New Missed Lines %
pkg/service/client_kclvm_service.go 1 4.05%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 9834049191: 0.04%
Covered Lines: 5660
Relevant Lines: 17176

💛 - Coveralls