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

Add FastAPI based serve functions #7205

Merged
merged 21 commits into from
Sep 2, 2024

Improve scheduling tests

121c109
Select commit
Loading
Failed to load commit list.
Merged

Add FastAPI based serve functions #7205

Improve scheduling tests
121c109
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2024 in 1s

82.21% (-0.04%) compared to 647db1a

View this Pull Request on Codecov

82.21% (-0.04%) compared to 647db1a

Details

Codecov Report

Attention: Patch coverage is 78.06452% with 68 lines in your changes missing coverage. Please review.

Project coverage is 82.21%. Comparing base (647db1a) to head (121c109).
Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
panel/io/fastapi.py 63.15% 35 Missing ⚠️
panel/io/server.py 43.47% 13 Missing ⚠️
panel/io/application.py 83.07% 11 Missing ⚠️
panel/io/threads.py 85.71% 7 Missing ⚠️
panel/tests/test_server.py 96.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7205      +/-   ##
==========================================
- Coverage   82.24%   82.21%   -0.04%     
==========================================
  Files         331      337       +6     
  Lines       49420    50123     +703     
==========================================
+ Hits        40647    41207     +560     
- Misses       8773     8916     +143     

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