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: impl go package to kcl files #333

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

Peefy
Copy link
Contributor

@Peefy Peefy commented Jun 21, 2024

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

  • N
  • Y

re #332

  • feat: impl go package to kcl files

@coveralls
Copy link

coveralls commented Jun 21, 2024

Pull Request Test Coverage Report for Build 9612259864

Details

  • 226 of 326 (69.33%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.8%) to 64.192%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/tools/gen/genkcl_gostruct.go 220 320 68.75%
Totals Coverage Status
Change from base Build 9579253192: 0.8%
Covered Lines: 3917
Relevant Lines: 6102

💛 - Coveralls

@Peefy Peefy force-pushed the feat-go-package-to-kcl branch from 0f80598 to 650833b Compare June 24, 2024 02:05
@coveralls
Copy link

coveralls commented Jun 24, 2024

Pull Request Test Coverage Report for Build 9638402035

Details

  • 226 of 326 (69.33%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.8%) to 64.192%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/tools/gen/genkcl_gostruct.go 220 320 68.75%
Totals Coverage Status
Change from base Build 9579253192: 0.8%
Covered Lines: 3917
Relevant Lines: 6102

💛 - Coveralls

@Peefy Peefy force-pushed the feat-go-package-to-kcl branch from 650833b to 024db9d Compare June 24, 2024 02:25
@coveralls
Copy link

coveralls commented Jun 24, 2024

Pull Request Test Coverage Report for Build 9638576925

Details

  • 226 of 326 (69.33%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.8%) to 64.192%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/tools/gen/genkcl_gostruct.go 220 320 68.75%
Totals Coverage Status
Change from base Build 9579253192: 0.8%
Covered Lines: 3917
Relevant Lines: 6102

💛 - Coveralls

@Peefy Peefy merged commit 31e2e97 into kcl-lang:main Jun 24, 2024
7 checks passed
@Peefy Peefy deleted the feat-go-package-to-kcl branch June 24, 2024 02:31
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