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

Improve ReactiveHTML loop support and validation #3813

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

philippjfr
Copy link
Member

Fixes #3802

@codecov
Copy link

codecov bot commented Sep 8, 2022

Codecov Report

Merging #3813 (50df3c8) into master (a4ff6ed) will increase coverage by 0.03%.
The diff coverage is 97.26%.

@@            Coverage Diff             @@
##           master    #3813      +/-   ##
==========================================
+ Coverage   82.97%   83.01%   +0.03%     
==========================================
  Files         221      221              
  Lines       32230    32285      +55     
==========================================
+ Hits        26744    26802      +58     
+ Misses       5486     5483       -3     
Flag Coverage Δ
ui-tests 34.13% <34.24%> (-0.01%) ⬇️
unitexamples-tests 75.50% <97.26%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
panel/models/reactive_html.py 82.84% <92.85%> (+2.28%) ⬆️
panel/reactive.py 78.34% <100.00%> (+0.02%) ⬆️
panel/tests/test_reactive.py 99.07% <100.00%> (+0.14%) ⬆️
panel/io/reload.py 69.56% <0.00%> (-2.18%) ⬇️
panel/tests/command/test_serve.py 83.54% <0.00%> (-1.46%) ⬇️
panel/io/cache.py 81.98% <0.00%> (-0.46%) ⬇️
panel/io/state.py 70.66% <0.00%> (-0.22%) ⬇️
panel/io/server.py 74.85% <0.00%> (-0.20%) ⬇️
panel/io/jupyter_server_extension.py 0.00% <0.00%> (ø)
panel/tests/ui/widgets/test_tabulator.py 98.97% <0.00%> (+0.11%) ⬆️
... and 4 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@philippjfr philippjfr merged commit 4b924c6 into master Sep 8, 2022
@philippjfr philippjfr deleted the reactive_loop_validation branch September 8, 2022 10:31
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.

Enable or document how to render options in a List Parameter as Literal elements
1 participant