-
Notifications
You must be signed in to change notification settings - Fork 105
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
Changed cli default mode to multiline #4253
Conversation
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!
Benchmark ResultMaster commit hash:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4253 +/- ##
=======================================
Coverage 86.74% 86.74%
=======================================
Files 1327 1327
Lines 51588 51588
Branches 6950 6951 +1
=======================================
+ Hits 44750 44751 +1
+ Misses 6666 6665 -1
Partials 172 172 ☔ View full report in Codecov by Sentry. |
Benchmark ResultMaster commit hash:
|
(cherry picked from commit fb0ee9e)
Description
Made multiline mode the default mode of the shell. Tests for different editing features now run both multiline and singleline versions of the test.
Contributor agreement