-
Notifications
You must be signed in to change notification settings - Fork 452
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
build providers: support for provider setup #2515
Conversation
Move checks and setup to the provider implementation. LP: #1821586 Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
1ffa120
to
e6a4c0d
Compare
"Install {command!r} or if already installed, ensure it is " | ||
"on the system PATH, and try again." | ||
) | ||
fmt = "You need {provider!r} setup to build snaps: {error_message}." |
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.
Shouldn't this be "set up"?
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.
Yeah, I guess
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.
"set-up" IMO
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.
Overall a nice implementation of moving multipass-specific code to the provider. There's a couple of nitpicking points you may agree with or not.
Codecov Report
@@ Coverage Diff @@
## master #2515 +/- ##
=========================================
Coverage ? 90.01%
=========================================
Files ? 198
Lines ? 13379
Branches ? 2023
=========================================
Hits ? 12043
Misses ? 909
Partials ? 427
Continue to review full report at Codecov.
|
Move checks and setup to the provider implementation.
LP: #1821586
Signed-off-by: Sergio Schvezov sergio.schvezov@canonical.com
./runtests.sh static
?./runtests.sh tests/unit
?