-
Notifications
You must be signed in to change notification settings - Fork 446
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(deps): use craft-application from main branch #4573
build(deps): use craft-application from main branch #4573
Conversation
982795d
to
b360ba8
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## feature/craft-application #4573 +/- ##
=============================================================
- Coverage 88.33% 88.02% -0.31%
=============================================================
Files 327 327
Lines 21961 22027 +66
=============================================================
- Hits 19399 19390 -9
- Misses 2562 2637 +75 ☔ View full report in Codecov by Sentry. |
|
||
APP_METADATA = AppMetadata( | ||
name="snapcraft", | ||
summary="Package, distribute, and update snaps for Linux and IoT", | ||
ProjectClass=models.Project, | ||
BuildPlannerClass=SnapcraftBuildPlanner, |
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.
feels like we need an AppSolver or similar now. Just a thought.
looks pretty good, seems there is some curation left to comply with the linters |
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
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.
Forgot to submit my comment
Co-authored-by: Sergio Schvezov <sergio.schvezov@canonical.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/craft-application #4573 +/- ##
============================================================
Coverage ? 88.04%
============================================================
Files ? 328
Lines ? 22076
Branches ? 0
============================================================
Hits ? 19437
Misses ? 2639
Partials ? 0 ☔ View full report in Codecov by Sentry. |
tox run -m lint
?tox run -e test-py310
? (supported versions:py39
,py310
,py311
,py312
)