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 support for passing objects reference to FlexBox #6387

Merged
merged 4 commits into from
Feb 25, 2024

Conversation

philippjfr
Copy link
Member

Fixes #6384

Copy link

codecov bot commented Feb 25, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 71.62%. Comparing base (f01fe1f) to head (27e1d46).
Report is 1 commits behind head on main.

Files Patch % Lines
panel/layout/flex.py 81.81% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6387      +/-   ##
==========================================
+ Coverage   71.60%   71.62%   +0.01%     
==========================================
  Files         305      305              
  Lines       45594    45605      +11     
==========================================
+ Hits        32649    32663      +14     
+ Misses      12945    12942       -3     
Flag Coverage Δ
unitexamples-tests 71.62% <85.71%> (+0.01%) ⬆️

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

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

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.

pn.Flexbox does not accept and display a.param list of widgets, but Pn.Row / Pn.Column layout do.
1 participant