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

bugfix: no such file or directory for compile #229

Merged
merged 1 commit into from
Feb 1, 2023
Merged

Conversation

howieyuen
Copy link
Collaborator

@howieyuen howieyuen commented Feb 1, 2023

close: #223

when compile KCL project, will default output to ci-test/std.golden.yaml when compile single KCL file, should default output to stdout

fix: #223

when compile KCL project, will default output to `ci-test/std.golden.yaml`
when compile single KCL file, should default output to `stdout`
@howieyuen howieyuen enabled auto-merge (squash) February 1, 2023 03:53
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4060778348

  • 0 of 3 (0.0%) changed or added relevant lines in 1 file are covered.
  • 7 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.05%) to 72.007%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/kusionctl/cmd/compile/options.go 0 3 0.0%
Files with Coverage Reduction New Missed Lines %
pkg/kusionctl/cmd/apply/options.go 7 70.27%
Totals Coverage Status
Change from base Build 4042842099: -0.05%
Covered Lines: 4589
Relevant Lines: 6373

💛 - Coveralls

Copy link
Contributor

@markliby markliby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@howieyuen howieyuen merged commit 9d43e0a into main Feb 1, 2023
@howieyuen howieyuen deleted the howieyuen-patch-1 branch February 1, 2023 06:35
@github-actions github-actions bot locked and limited conversation to collaborators Feb 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] There will be a FileNotFound error when installing kusion on some platforms.
3 participants