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

Avoid multiple extension execution #3266

Merged
merged 1 commit into from
Mar 26, 2022
Merged

Conversation

philippjfr
Copy link
Member

Combined with holoviz/pyviz_comms#87 this will avoid multiple execution of the extension in one cell.

@codecov
Copy link

codecov bot commented Mar 26, 2022

Codecov Report

Merging #3266 (0655b63) into master (11d4637) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #3266      +/-   ##
==========================================
- Coverage   83.17%   83.14%   -0.04%     
==========================================
  Files         195      195              
  Lines       26021    26016       -5     
==========================================
- Hits        21642    21630      -12     
- Misses       4379     4386       +7     
Impacted Files Coverage Δ
panel/config.py 60.23% <0.00%> (ø)
panel/io/callbacks.py 80.67% <0.00%> (-3.37%) ⬇️
panel/io/reload.py 69.23% <0.00%> (-2.20%) ⬇️
panel/tests/command/test_serve.py 83.54% <0.00%> (-1.46%) ⬇️
panel/tests/pane/test_plotly.py 98.15% <0.00%> (-0.62%) ⬇️
panel/io/state.py 69.11% <0.00%> (-0.23%) ⬇️
panel/pane/idom.py 27.40% <0.00%> (+0.20%) ⬆️

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 11d4637...0655b63. Read the comment docs.

@philippjfr philippjfr merged commit 37c4044 into master Mar 26, 2022
@philippjfr philippjfr deleted the avoid_multiple_cell_exec branch March 26, 2022 15:53
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.

None yet

1 participant