Skip to content

Added one line to allow for interactive ssh#49

Open
rmasci wants to merge 2 commits into
appleboy:masterfrom
rmasci:master
Open

Added one line to allow for interactive ssh#49
rmasci wants to merge 2 commits into
appleboy:masterfrom
rmasci:master

Conversation

@rmasci
Copy link
Copy Markdown

@rmasci rmasci commented Jul 1, 2019

Added one line to allow for interactive ssh commands. I have a new example in the examples directory.

Thanks,

Rich

@codecov-io
Copy link
Copy Markdown

codecov-io commented Jul 1, 2019

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.28%. Comparing base (8dc53bb) to head (c7f0c3f).
⚠️ Report is 99 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   89.22%   89.28%   +0.06%     
==========================================
  Files           1        1              
  Lines         167      168       +1     
==========================================
+ Hits          149      150       +1     
  Misses          9        9              
  Partials        9        9              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Port: "22",
Timeout: 60 * time.Second,
}
content, err := ioutil.ReadFile(*scriptFile)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

SA4006: this value of err is never used (from staticcheck)

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.

3 participants