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(run): updagraded cobra version and added scripts completion to run command #173

Merged
merged 3 commits into from
Oct 20, 2020

Conversation

danielsuguimoto
Copy link
Contributor

Closes #171

@codecov
Copy link

codecov bot commented Oct 20, 2020

Codecov Report

Merging #173 into master will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #173      +/-   ##
==========================================
+ Coverage   85.69%   85.82%   +0.12%     
==========================================
  Files          49       49              
  Lines        1461     1474      +13     
==========================================
+ Hits         1252     1265      +13     
  Misses        191      191              
  Partials       18       18              
Impacted Files Coverage Δ
cmd/completion.go 100.00% <100.00%> (ø)
cmd/parser/fake_parser.go 100.00% <100.00%> (ø)
cmd/parser/parser.go 80.76% <100.00%> (ø)
cmd/run.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e8bd1b1...4f635a4. Read the comment docs.

@danielsuguimoto danielsuguimoto marked this pull request as draft October 20, 2020 17:15
@danielsuguimoto danielsuguimoto marked this pull request as ready for review October 20, 2020 17:46
@fabriciojs fabriciojs merged commit e2dde50 into kool-dev:master Oct 20, 2020
@danielsuguimoto danielsuguimoto deleted the run_completion branch October 20, 2020 20:39
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.

Upgrade cobra to make kool run autocomplete
2 participants