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

Demonstrate lazy tabs #2479

Merged
merged 1 commit into from Jul 2, 2021
Merged

Demonstrate lazy tabs #2479

merged 1 commit into from Jul 2, 2021

Conversation

philippjfr
Copy link
Member

Fixes #1933

@codecov
Copy link

codecov bot commented Jul 2, 2021

Codecov Report

Merging #2479 (2751dd9) into master (b73a499) will decrease coverage by 0.31%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2479      +/-   ##
==========================================
- Coverage   83.28%   82.97%   -0.32%     
==========================================
  Files         184      184              
  Lines       23134    22680     -454     
==========================================
- Hits        19268    18818     -450     
+ Misses       3866     3862       -4     
Impacted Files Coverage Δ
panel/param.py 87.32% <100.00%> (-0.12%) ⬇️
panel/auth.py 35.87% <0.00%> (-3.29%) ⬇️
panel/pane/ipywidget.py 47.05% <0.00%> (-2.95%) ⬇️
panel/config.py 57.35% <0.00%> (-2.86%) ⬇️
panel/io/reload.py 63.95% <0.00%> (-2.72%) ⬇️
panel/tests/template/test_manual.py 59.13% <0.00%> (-2.48%) ⬇️
panel/io/state.py 58.62% <0.00%> (-2.31%) ⬇️
panel/pane/plot.py 55.61% <0.00%> (-2.14%) ⬇️
panel/pane/streamz.py 65.71% <0.00%> (-1.86%) ⬇️
panel/models/echarts.py 85.71% <0.00%> (-1.79%) ⬇️
... and 90 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b73a499...2751dd9. Read the comment docs.

@philippjfr philippjfr merged commit 9485449 into master Jul 2, 2021
@philippjfr philippjfr deleted the tabs_lazy branch July 2, 2021 10:46
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.

Add option for dynamic Tabs not to be evaluated until navigated to
1 participant