-
Notifications
You must be signed in to change notification settings - Fork 587
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
s/seedwriter: allow using snaps and components with improper file extensions with IgnoreOptionFileExtentions flag #14891
base: master
Are you sure you want to change the base?
Conversation
…ensions with IgnoreOptionFileExtentions flag
924178a
to
2dc8887
Compare
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.
question
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.
thank you, unit tests question
a40f99b
to
33049b9
Compare
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.
Code LGTM!
If we're going to have exceptions for file extensions using this new flag, what use cases do we have for enforcing the file extension vs not enforcing it? Would it be undesirable to simply stop enforcing it everywhere, and have no flag?
@olivercalder those checks are to ensure consistency when creating seeds from the |
33049b9
to
94c6766
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #14891 +/- ##
==========================================
- Coverage 78.20% 78.08% -0.12%
==========================================
Files 1151 1130 -21
Lines 151396 151468 +72
==========================================
- Hits 118402 118278 -124
- Misses 25662 25894 +232
+ Partials 7332 7296 -36
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.