-
Notifications
You must be signed in to change notification settings - Fork 0
Code review changes #21
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
Conversation
This ensures that any errors report the full path.
This removes the restriction on being able to add initially-deprecated modules and removing non-deprecated modules. The --from-scratch option implies --allow-all. As it also allows the user to start from an empty output directory, --from-scratch is still a separate option.
This should make the check_deploy() code redundant.
This step is now superseded by the compare_to_snapshot() function and command.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #21 +/- ##
==========================================
- Coverage 43.31% 43.18% -0.14%
==========================================
Files 24 23 -1
Lines 868 836 -32
==========================================
- Hits 376 361 -15
+ Misses 492 475 -17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
GDYendell
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.
This all looks reasonable to me!
No description provided.