-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Collection of minor fixes for Panel 1.5.1 #7285
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7285 +/- ##
=======================================
Coverage 82.19% 82.20%
=======================================
Files 337 337
Lines 50394 50394
=======================================
+ Hits 41422 41426 +4
+ Misses 8972 8968 -4 ☔ View full report in Codecov by Sentry. |
@@ -238,7 +238,7 @@ class Serve(_BkServe): | |||
)), | |||
('--autoreload', dict( | |||
action = 'store_true', | |||
help = "Whether to autoreload source when script changes." | |||
help = "Whether to autoreload source when script changes. We recommend using --dev instead." |
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 is correct for now, but there could be a future where --dev
does more than --autoreload
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.
Is it just for info? Or should I remove the recommendation?
This PR is growing. So I would like it reviewed and merged while its still possible to review. |
Happy with this, thanks! I think recommending |
--autoreload
with--dev
in docs.