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 panel and panel.io lazy imports #7208

Draft
wants to merge 43 commits into
base: main
Choose a base branch
from

Misc updates

0a6d5dd
Select commit
Loading
Failed to load commit list.
Draft

Make panel and panel.io lazy imports #7208

Misc updates
0a6d5dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2024 in 0s

81.99% (-0.25%) compared to d49dafc

View this Pull Request on Codecov

81.99% (-0.25%) compared to d49dafc

Details

Codecov Report

Attention: Patch coverage is 62.12625% with 114 lines in your changes missing coverage. Please review.

Project coverage is 81.99%. Comparing base (d49dafc) to head (0a6d5dd).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
panel/pane/__init__.py 40.54% 22 Missing ⚠️
panel/widgets/__init__.py 37.14% 22 Missing ⚠️
panel/io/__init__.py 48.78% 21 Missing ⚠️
panel/layout/__init__.py 42.85% 16 Missing ⚠️
panel/__init__.py 66.66% 10 Missing ⚠️
panel/config.py 73.91% 6 Missing ⚠️
panel/io/state.py 50.00% 4 Missing ⚠️
panel/util/__init__.py 73.33% 4 Missing ⚠️
panel/links.py 0.00% 2 Missing ⚠️
panel/pane/holoviews.py 66.66% 2 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7208      +/-   ##
==========================================
- Coverage   82.23%   81.99%   -0.25%     
==========================================
  Files         335      337       +2     
  Lines       49942    50364     +422     
==========================================
+ Hits        41071    41296     +225     
- Misses       8871     9068     +197     

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