Skip to content
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

Make autoreload robust to syntax errors and empty apps #7028

Merged
merged 4 commits into from
Jul 27, 2024

Conversation

philippjfr
Copy link
Member

Fixes #6649

Copy link

codecov bot commented Jul 27, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 8 lines in your changes missing coverage. Please review.

Project coverage is 82.20%. Comparing base (c6d0ff3) to head (36d3f9b).

Files Patch % Lines
panel/io/handlers.py 77.27% 5 Missing ⚠️
panel/command/serve.py 66.66% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7028      +/-   ##
==========================================
- Coverage   82.22%   82.20%   -0.03%     
==========================================
  Files         326      326              
  Lines       48236    48254      +18     
==========================================
+ Hits        39663    39667       +4     
- Misses       8573     8587      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr philippjfr changed the title Make autoreload robust to syntax errors Make autoreload robust to syntax errors and empty apps Jul 27, 2024
@philippjfr philippjfr merged commit 78982fb into main Jul 27, 2024
13 of 14 checks passed
@philippjfr philippjfr deleted the autoreload_errors branch July 27, 2024 13:00
@MarcSkovMadsen
Copy link
Collaborator

Thx. Been dreaming about this for a Long time.

@philippjfr
Copy link
Member Author

Same, well overdue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make --autoreload fully robust
2 participants