-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fixing issue in 3.1.0 due to SSH2 external dep. #175
Conversation
Signed-off-by: EKhan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've seen this tested over Enam's shoulder! 👍
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #175 +/- ##
=======================================
Coverage 93.49% 93.49%
=======================================
Files 74 74
Lines 738 738
Branches 37 38 +1
=======================================
Hits 690 690
Misses 48 48 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! @zFernand0 it's over here rather than an existing PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 😋
Release succeeded for the The following packages have been published:
Powered by Octorelease 🚀 |
What It Does
The PR #165 marks SSH2 as an external dependency for tsup. This breaks the CICS extension - reverting for now.
How to Test
Created the vsix package, which I then installed and tested manually.
Review Checklist
I certify that I have:
Additional Comments
Resolves #174