-
Notifications
You must be signed in to change notification settings - Fork 474
flag(runtime): new flag format #5021
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5021 +/- ##
==========================================
+ Coverage 29.72% 30.78% +1.05%
==========================================
Files 234 236 +2
Lines 26186 26795 +609
==========================================
+ Hits 7785 8248 +463
- Misses 17864 18004 +140
- Partials 537 543 +6
🚀 New features to boost your workflow:
|
5516c16 to
67c263c
Compare
67c263c to
deab1cd
Compare
b673a4c to
048e55d
Compare
cf30996 to
dcf5cf5
Compare
dcf5cf5 to
fa2caf5
Compare
fa2caf5 to
dbdf56a
Compare
dbdf56a to
84d51e6
Compare
geyslan
left a comment
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.
workdir as install-path are misleading to me. we should list what is written/read in such destination to better understand its purpose.
geyslan
left a comment
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
BREAKING CHANGE: add --runtime flag and remove --install-path
84d51e6 to
b5f438a
Compare
This PR refactor the old flag
--install-pathto its new format--runtime workdir=.... This refactor also starts to introduce the format we want the flags package to look like.