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 execution and mime rendering utilities for pyodide #3851

Merged
merged 3 commits into from
Sep 16, 2022
Merged

Conversation

philippjfr
Copy link
Member

Useful for evaluating Panel code in a Pyodide context and then rendering the results.

@codecov
Copy link

codecov bot commented Sep 16, 2022

Codecov Report

Merging #3851 (e2dcf15) into master (213bb21) will increase coverage by 0.13%.
The diff coverage is 90.38%.

@@            Coverage Diff             @@
##           master    #3851      +/-   ##
==========================================
+ Coverage   82.86%   82.99%   +0.13%     
==========================================
  Files         222      224       +2     
  Lines       32453    32565     +112     
==========================================
+ Hits        26891    27027     +136     
+ Misses       5562     5538      -24     
Flag Coverage Δ
ui-tests 34.24% <35.89%> (+0.04%) ⬆️
unitexamples-tests 75.45% <90.38%> (+0.17%) ⬆️

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

Impacted Files Coverage Δ
panel/io/pyodide.py 0.00% <0.00%> (ø)
panel/io/mime_render.py 88.77% <88.77%> (ø)
panel/tests/io/test_mime_render.py 100.00% <100.00%> (ø)
panel/tests/command/test_serve.py 83.54% <0.00%> (-1.46%) ⬇️
panel/io/state.py 69.16% <0.00%> (-0.19%) ⬇️
panel/tests/util.py 89.21% <0.00%> (-0.11%) ⬇️
panel/io/jupyter_server_extension.py 0.00% <0.00%> (ø)
panel/tests/ui/widgets/test_tabulator.py 99.00% <0.00%> (+0.11%) ⬆️
panel/pane/idom.py 28.36% <0.00%> (+0.19%) ⬆️
panel/util.py 87.54% <0.00%> (+0.37%) ⬆️
... and 2 more

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

@philippjfr philippjfr merged commit 5bc7ed4 into master Sep 16, 2022
@philippjfr philippjfr deleted the mime_render branch September 16, 2022 12: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