-
Notifications
You must be signed in to change notification settings - Fork 5
Revert "ci: Ensure SSH client is installed" #359
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
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR reverts the previous CI change that explicitly installed the SSH client in the semantic-release GitHub Actions workflow, relying instead on the underlying fix introduced elsewhere. Flow diagram for updated semantic-release CI workflowflowchart TD
GHActions[GitHub Actions workflow semantic-release]
Job[Job release]
Checkout[Step actions/checkout@v4]
SemanticRelease[Step python-semantic-release action]
GHActions --> Job
Job --> Checkout
Checkout --> SemanticRelease
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #359 +/- ##
=======================================
Coverage 94.01% 94.01%
=======================================
Files 2 2
Lines 167 167
Branches 37 37
=======================================
Hits 157 157
Misses 4 4
Partials 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This reverts commit 1993c3d.
The real fix is in 1c21dd3.
Summary by Sourcery
CI: