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: support run entry from stdin #136

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

Peefy
Copy link
Contributor

@Peefy Peefy commented Aug 15, 2024

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

  • N
  • Y

Close #130

  • feat: support run entry from stdin

@coveralls
Copy link

coveralls commented Aug 15, 2024

Pull Request Test Coverage Report for Build 10403770187

Details

  • 4 of 22 (18.18%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 14.355%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/options/run.go 4 12 33.33%
pkg/fs/util.go 0 10 0.0%
Totals Coverage Status
Change from base Build 10403292356: 0.1%
Covered Lines: 89
Relevant Lines: 620

💛 - Coveralls

@Peefy Peefy force-pushed the feat-run-stdin-entry branch from 7e4c15c to ec22eff Compare August 15, 2024 12:28
@Peefy Peefy merged commit f6e6a99 into kcl-lang:main Aug 15, 2024
10 checks passed
@Peefy Peefy deleted the feat-run-stdin-entry branch August 15, 2024 14:05
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.

Allow option to read from stdin as opposed required a file
2 participants